Remove some backups, again

This commit is contained in:
Jérémy Lecour 2017-07-18 19:38:03 +02:00 committed by Jérémy Lecour
parent 8981ea4228
commit 0c2170cf5c
5 changed files with 2 additions and 7 deletions

View file

@ -29,7 +29,6 @@
group: root group: root
mode: "0644" mode: "0644"
force: yes force: yes
backup: yes
notify: restart bind notify: restart bind
- name: Create directories - name: Create directories

View file

@ -1,4 +1,4 @@
--- ---
- name: is Munin present ? - name: is Munin present ?
stat: stat:
@ -14,7 +14,7 @@
src: "/usr/share/munin/plugins/{{ item }}" src: "/usr/share/munin/plugins/{{ item }}"
dest: "/etc/munin/plugins/{{ item }}" dest: "/etc/munin/plugins/{{ item }}"
state: link state: link
with_items: with_items:
- bind9 - bind9
- bind9_rndc - bind9_rndc
notify: restart munin notify: restart munin
@ -31,7 +31,6 @@
group: root group: root
mode: "0644" mode: "0644"
force: yes force: yes
backup: yes
notify: restart munin notify: restart munin
when: munin_node_plugins_config.stat.exists when: munin_node_plugins_config.stat.exists
tags: tags:

View file

@ -169,7 +169,6 @@
dest: /etc/network/interfaces dest: /etc/network/interfaces
regexp: "allow-hotplug" regexp: "allow-hotplug"
replace: "auto" replace: "auto"
backup: yes
when: evolinux_system_eni_auto and grep_hotplug_eni.rc == 0 when: evolinux_system_eni_auto and grep_hotplug_eni.rc == 0
- meta: flush_handlers - meta: flush_handlers

View file

@ -19,7 +19,6 @@
src: whitelist-evolinux.conf src: whitelist-evolinux.conf
dest: "{{ squid_conf_path }}/whitelist-evolinux.conf" dest: "{{ squid_conf_path }}/whitelist-evolinux.conf"
force: yes force: yes
backup: yes
notify: "reload {{ squid_daemon }}" notify: "reload {{ squid_daemon }}"
- name: custom whitelist is present - name: custom whitelist is present

View file

@ -39,7 +39,6 @@
src: varnish.conf.j2 src: varnish.conf.j2
dest: /etc/systemd/system/varnish.service.d/varnish.conf dest: /etc/systemd/system/varnish.service.d/varnish.conf
force: yes force: yes
backup: yes
notify: reload systemd notify: reload systemd
tags: tags:
- varnish - varnish