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
mode: "0644"
force: yes
backup: yes
notify: restart bind
- name: Create directories

View File

@ -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:

View File

@ -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

View File

@ -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

View File

@ -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