From dd0196796dfc795f8af4deb7a046214d68816593 Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Tue, 3 Dec 2019 11:28:22 +0100 Subject: [PATCH] Disable backup as we use etckeeper --- tasks/configure.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/configure.yml b/tasks/configure.yml index 1c05b1b..b664a9c 100644 --- a/tasks/configure.yml +++ b/tasks/configure.yml @@ -5,6 +5,7 @@ archive: path: /etc/haproxy dest: /var/backups/haproxy-{{ lookup('pipe','date +%Y%m%d-%H%M%S') }}.tgz + when: no - name: Install SSL certificates copy: -- GitLab