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
|
||||
|
||||
- name: Install nginx
|
||||
- name: Install nginx and socat
|
||||
apt: name={{ item }} state=latest update_cache=yes
|
||||
with_items:
|
||||
- nginx
|
||||
- socat
|
||||
- name: Run nginx install tasks
|
||||
include_tasks: install.yml
|
||||
when: install is defined
|
||||
|
|
Loading…
Reference in New Issue