web-gw: fix permissoins on /var/www/html

This commit is contained in:
Markus 2018-01-15 20:19:24 +01:00
parent 4095975934
commit ea3823cb22
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
notify: Restart nginx
- name: Create web content directory
file: path=/var/www/html state=directory mode=0750
file: path=/var/www/html state=directory mode=0755
- name: Configure certificate manager
template: src=certs.j2 dest=/etc/acme/domains.d/{{ ansible_fqdn }}.conf