From 8ca41be45ad24c7958210352ed0adbaad92ef072 Mon Sep 17 00:00:00 2001 From: "Andreas B. Mundt" Date: Mon, 16 Mar 2020 19:37:54 +0100 Subject: [PATCH] Do not overwrite existing APT configuration. --- roles/apt-cacher/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/apt-cacher/tasks/main.yml b/roles/apt-cacher/tasks/main.yml index b97120a..7d33a9f 100644 --- a/roles/apt-cacher/tasks/main.yml +++ b/roles/apt-cacher/tasks/main.yml @@ -7,7 +7,7 @@ copy: src: apt.conf dest: /etc/apt/apt.conf - backup: yes + force: no notify: "start apt-cacher-ng" when: not run_in_installer|default(false)|bool ## do not enable apt-cacher during installation