Adding 'force: yes' to the git section

to prevent 'local changes in working tree'
messages
pull/16/head
Kaurin 8 years ago
parent 52dbc87e22
commit 806d612fab
No known key found for this signature in database
GPG Key ID: 52E82CF0054693A7
  1. 1
      tasks/main.yml

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

Loading…
Cancel
Save