Delete evobackup root crontab replaced by daily.local cron

This commit is contained in:
Jérémy Dubois 2020-10-08 15:39:50 +02:00
parent f97317b767
commit 12b2f3d280

View file

@ -19,3 +19,13 @@
create: true
tags:
- evobackup
- name: Delete evobackup root crontab replaced by daily.local cron
lineinfile:
path: /var/cron/tabs/root
regexp: '/usr/share/scripts/zzz_evobackup'
validate: /usr/bin/crontab %s
state: absent
tags:
- evobackup