initial version: hadoly's
This commit is contained in:
6
tasks/cleanup.yml
Normal file
6
tasks/cleanup.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: remove old cron entry
|
||||
lineinfile:
|
||||
path: /etc/crontab
|
||||
regexp: '.*/root/bin/borg.sh.*'
|
||||
state: absent
|
||||
Reference in New Issue
Block a user