diff options
| author | Kevin Fenzi <kevin@scrye.com> | 2016-07-14 18:32:10 +0000 |
|---|---|---|
| committer | Kevin Fenzi <kevin@scrye.com> | 2016-07-14 18:32:10 +0000 |
| commit | e2e8e25f8109432b476bd20f058f848c377f5b96 (patch) | |
| tree | d3c930fcf65dc4e52476966e4cc392f4763a58ff /roles/certbot/tasks | |
| parent | 8d4485972b469b11dae669e66b56f02d6368b15c (diff) | |
| download | ansible-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.yml | 2 |
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 |
