mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-04-16 07:41:38 +02:00
Set certbot_script variable for snap-based install.
This commit is contained in:
parent
4f22d025cd
commit
e34a21f0eb
@ -32,3 +32,7 @@
|
|||||||
src: /snap/bin/certbot
|
src: /snap/bin/certbot
|
||||||
dest: /usr/bin/certbot
|
dest: /usr/bin/certbot
|
||||||
state: link
|
state: link
|
||||||
|
|
||||||
|
- name: Set Certbot script variable.
|
||||||
|
set_fact:
|
||||||
|
certbot_script: /usr/bin/certbot
|
||||||
|
Loading…
x
Reference in New Issue
Block a user