mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-04-19 17:01:37 +02:00
Fix snap symlink task failing in initial dry-run
Due to the certbot package not being really installed on the initial dry-run the symlink generation fails. The corresponding will be ignored in check mode.
This commit is contained in:
parent
dd1f8bd22c
commit
1fc3a76d34
@ -34,6 +34,7 @@
|
||||
src: /snap/bin/certbot
|
||||
dest: /usr/bin/certbot
|
||||
state: link
|
||||
ignore_errors: "{{ ansible_check_mode }}"
|
||||
|
||||
- name: Set Certbot script variable.
|
||||
set_fact:
|
||||
|
Loading…
x
Reference in New Issue
Block a user