Explicitly create certbot directory
This commit is contained in:
parent
3cd137b146
commit
607e7b6091
1 changed files with 5 additions and 0 deletions
|
@ -27,6 +27,11 @@
|
||||||
- certbot
|
- certbot
|
||||||
update_cache: yes
|
update_cache: yes
|
||||||
|
|
||||||
|
- name: Ensure certbot dir exists
|
||||||
|
file:
|
||||||
|
path: "{{ certbot_renewal_scripts_path }}"
|
||||||
|
state: directory
|
||||||
|
|
||||||
- name: Set renewal script if desired
|
- name: Set renewal script if desired
|
||||||
copy:
|
copy:
|
||||||
content: "{{ certbot_post_renewal_script }}"
|
content: "{{ certbot_post_renewal_script }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue