mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-04-19 17:01:37 +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 }}"
|
dest: "{{ certbot_dir }}"
|
||||||
version: "{{ certbot_version }}"
|
version: "{{ certbot_version }}"
|
||||||
update: "{{ certbot_keep_updated }}"
|
update: "{{ certbot_keep_updated }}"
|
||||||
|
force: yes
|
||||||
|
|
||||||
- name: Ensure certbot-auto is executable.
|
- name: Ensure certbot-auto is executable.
|
||||||
file:
|
file:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user