mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2026-08-25 01:05:36 +02:00
Adding 'force: yes' to the git section
to prevent 'local changes in working tree' messages
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
dest: "{{ certbot_dir }}"
|
||||
version: "{{ certbot_version }}"
|
||||
update: "{{ certbot_keep_updated }}"
|
||||
force: yes
|
||||
|
||||
- name: Ensure certbot-auto is executable.
|
||||
file:
|
||||
|
||||
Reference in New Issue
Block a user