mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-04-19 00:41:38 +02:00
Adding 'force: yes' to the git section
to prevent 'local changes in working tree' messages
This commit is contained in:
parent
52dbc87e22
commit
806d612fab
@ -5,6 +5,7 @@
|
||||
dest: "{{ certbot_dir }}"
|
||||
version: "{{ certbot_version }}"
|
||||
update: "{{ certbot_keep_updated }}"
|
||||
force: yes
|
||||
|
||||
- name: Ensure certbot-auto is executable.
|
||||
file:
|
||||
|
Loading…
x
Reference in New Issue
Block a user