Adding 'force: yes' to the git section

to prevent 'local changes in working tree'
messages
This commit is contained in:
Kaurin 2017-01-31 02:09:32 +00:00
parent 52dbc87e22
commit 806d612fab
No known key found for this signature in database
GPG Key ID: 52E82CF0054693A7

View File

@ -5,6 +5,7 @@
dest: "{{ certbot_dir }}"
version: "{{ certbot_version }}"
update: "{{ certbot_keep_updated }}"
force: yes
- name: Ensure certbot-auto is executable.
file: