Explicitly create certbot directory

This commit is contained in:
Philip (a-0) 2022-07-22 00:55:03 +02:00
parent 3cd137b146
commit 607e7b6091

View file

@ -27,6 +27,11 @@
- certbot
update_cache: yes
- name: Ensure certbot dir exists
file:
path: "{{ certbot_renewal_scripts_path }}"
state: directory
- name: Set renewal script if desired
copy:
content: "{{ certbot_post_renewal_script }}"