This commit is contained in:
Wout van Heeswijk 2019-04-18 17:50:37 +02:00
parent f87d74ed79
commit 34e8a70c1d

View File

@ -5,7 +5,7 @@
register: letsencrypt_cert register: letsencrypt_cert
- name: create pre and post hook folders because those don't exist yet on a fresh install - name: create pre and post hook folders because those don't exist yet on a fresh install
- file: file:
path: /etc/letsencrypt/renewal-hooks/{{ item }} path: /etc/letsencrypt/renewal-hooks/{{ item }}
state: directory state: directory
mode: 0755 mode: 0755