From 497034a6a68a3fabe8439f60d1011c2b6972be42 Mon Sep 17 00:00:00 2001 From: Jan Beilicke Date: Wed, 25 Mar 2020 23:04:35 +0100 Subject: [PATCH] Do not touch acme.json all the time --- tasks/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 4a21e83..d4be410 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -33,7 +33,6 @@ force: no dest: /home/{{ docker_user }}/traefik/acme.json mode: 0600 - state: touch tags: config - name: "docker-compose: Teardown existing Traefik service (only removes the containers)"