summaryrefslogtreecommitdiffstats
path: root/roles/certbot/tasks
diff options
context:
space:
mode:
authorKevin Fenzi <kevin@scrye.com>2016-07-14 18:32:10 +0000
committerKevin Fenzi <kevin@scrye.com>2016-07-14 18:32:10 +0000
commite2e8e25f8109432b476bd20f058f848c377f5b96 (patch)
treed3c930fcf65dc4e52476966e4cc392f4763a58ff /roles/certbot/tasks
parent8d4485972b469b11dae669e66b56f02d6368b15c (diff)
downloadansible-e2e8e25f8109432b476bd20f058f848c377f5b96.tar.gz
ansible-e2e8e25f8109432b476bd20f058f848c377f5b96.tar.xz
ansible-e2e8e25f8109432b476bd20f058f848c377f5b96.zip
taiga needs port 443 now
Diffstat (limited to 'roles/certbot/tasks')
-rw-r--r--roles/certbot/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/certbot/tasks/main.yml b/roles/certbot/tasks/main.yml
index 84967d120..a3c8122a8 100644
--- a/roles/certbot/tasks/main.yml
+++ b/roles/certbot/tasks/main.yml
@@ -4,7 +4,7 @@
- certbot
- name: Create directory for ACME challenge
- file: dest=/srv/web/acme-challenge state=directory
+ file: dest=/srv/web/acme-challenge state=directory owner=root group=root mode=755
- name: Allow httpd to see ACME challenge directory
copy: src=acme-challenge.conf dest=/etc/httpd/conf.d/acme-challenge.conf