mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-04-19 17:01:37 +02:00
Ensure letsencrypt directory exists when installing with snap
This commit is contained in:
parent
29b64067bc
commit
8aafd190db
@ -45,6 +45,11 @@
|
|||||||
dest: /usr/bin/certbot
|
dest: /usr/bin/certbot
|
||||||
state: link
|
state: link
|
||||||
|
|
||||||
|
- name: Ensure config directory exists
|
||||||
|
file:
|
||||||
|
path: /etc/letsencrypt
|
||||||
|
state: directory
|
||||||
|
|
||||||
- name: Set Certbot script variable.
|
- name: Set Certbot script variable.
|
||||||
set_fact:
|
set_fact:
|
||||||
certbot_script: /usr/bin/certbot
|
certbot_script: /usr/bin/certbot
|
||||||
|
Loading…
x
Reference in New Issue
Block a user