turn off backups for apt-maintenance/tasks/main.yml

This commit is contained in:
staticsafe 2019-07-10 10:15:47 -04:00
parent d0452a3e95
commit cd6efefd3f
1 changed files with 1 additions and 2 deletions

View File

@ -9,10 +9,9 @@
owner: root owner: root
group: root group: root
mode: 0744 mode: 0744
backup: yes backup: no
- name: Restart cron daemon - name: Restart cron daemon
service: service:
name: cron name: cron
state: restarted state: restarted