From 0c2170cf5c49de6e36e4be02bc9010c18eb31b1f Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Tue, 18 Jul 2017 19:38:03 +0200 Subject: [PATCH] Remove some backups, again --- bind/tasks/main.yml | 1 - bind/tasks/munin.yml | 5 ++--- evolinux-base/tasks/system.yml | 1 - squid/tasks/main.yml | 1 - varnish/tasks/main.yml | 1 - 5 files changed, 2 insertions(+), 7 deletions(-) diff --git a/bind/tasks/main.yml b/bind/tasks/main.yml index 2c8e0278..c23cbf20 100644 --- a/bind/tasks/main.yml +++ b/bind/tasks/main.yml @@ -29,7 +29,6 @@ group: root mode: "0644" force: yes - backup: yes notify: restart bind - name: Create directories diff --git a/bind/tasks/munin.yml b/bind/tasks/munin.yml index 51ee9b64..98f275cf 100644 --- a/bind/tasks/munin.yml +++ b/bind/tasks/munin.yml @@ -1,4 +1,4 @@ ---- +--- - name: is Munin present ? stat: @@ -14,7 +14,7 @@ src: "/usr/share/munin/plugins/{{ item }}" dest: "/etc/munin/plugins/{{ item }}" state: link - with_items: + with_items: - bind9 - bind9_rndc notify: restart munin @@ -31,7 +31,6 @@ group: root mode: "0644" force: yes - backup: yes notify: restart munin when: munin_node_plugins_config.stat.exists tags: diff --git a/evolinux-base/tasks/system.yml b/evolinux-base/tasks/system.yml index a11049c4..67638b55 100644 --- a/evolinux-base/tasks/system.yml +++ b/evolinux-base/tasks/system.yml @@ -169,7 +169,6 @@ dest: /etc/network/interfaces regexp: "allow-hotplug" replace: "auto" - backup: yes when: evolinux_system_eni_auto and grep_hotplug_eni.rc == 0 - meta: flush_handlers diff --git a/squid/tasks/main.yml b/squid/tasks/main.yml index adc8ea8f..eaf690a6 100644 --- a/squid/tasks/main.yml +++ b/squid/tasks/main.yml @@ -19,7 +19,6 @@ src: whitelist-evolinux.conf dest: "{{ squid_conf_path }}/whitelist-evolinux.conf" force: yes - backup: yes notify: "reload {{ squid_daemon }}" - name: custom whitelist is present diff --git a/varnish/tasks/main.yml b/varnish/tasks/main.yml index 9671768f..798f7aec 100644 --- a/varnish/tasks/main.yml +++ b/varnish/tasks/main.yml @@ -39,7 +39,6 @@ src: varnish.conf.j2 dest: /etc/systemd/system/varnish.service.d/varnish.conf force: yes - backup: yes notify: reload systemd tags: - varnish