Keine Wildcard in find's Startpunkt
All checks were successful
ansible-lint / Ansible Lint (push) Successful in 10s
All checks were successful
ansible-lint / Ansible Lint (push) Successful in 10s
This commit is contained in:
parent
18c18c112b
commit
e8545cd4e7
@ -45,7 +45,7 @@
|
||||
minute: "0"
|
||||
hour: "8"
|
||||
user: root
|
||||
job: "find /var/backups/gitea-* -mtime +7 -type f -exec rm {} +"
|
||||
job: find /var/backups -path /var/backups/gitea-* -mtime +7 -type f -exec rm {} +
|
||||
cron_file: gitea-backup-cleanup
|
||||
|
||||
- name: Check if environment.env will get changed
|
||||
|
Loading…
Reference in New Issue
Block a user