We need socat for acme.sh standalone mode
This commit is contained in:
parent
cc82212c99
commit
f11b428253
|
@ -1,10 +1,11 @@
|
||||||
---
|
---
|
||||||
# This role install nginx, configures it
|
# This role install nginx, configures it
|
||||||
|
|
||||||
- name: Install nginx
|
- name: Install nginx and socat
|
||||||
apt: name={{ item }} state=latest update_cache=yes
|
apt: name={{ item }} state=latest update_cache=yes
|
||||||
with_items:
|
with_items:
|
||||||
- nginx
|
- nginx
|
||||||
|
- socat
|
||||||
- name: Run nginx install tasks
|
- name: Run nginx install tasks
|
||||||
include_tasks: install.yml
|
include_tasks: install.yml
|
||||||
when: install is defined
|
when: install is defined
|
||||||
|
|
Loading…
Reference in New Issue