From 806d612fabb176d2d8f4b2cd51262127ab787fcd Mon Sep 17 00:00:00 2001 From: Kaurin Date: Tue, 31 Jan 2017 02:09:32 +0000 Subject: [PATCH] Adding 'force: yes' to the git section to prevent 'local changes in working tree' messages --- tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/main.yml b/tasks/main.yml index ed076dc..5e17fb6 100644 --- a/tasks/main.yml +++ b/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: