We need socat for acme.sh standalone mode

This commit is contained in:
staticsafe 2019-01-12 15:30:16 -05:00
parent cc82212c99
commit f11b428253
1 changed files with 2 additions and 1 deletions

View File

@ -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