quote pattern
All checks were successful
ansible-lint / Ansible Lint (push) Successful in 22s

This commit is contained in:
Marius Meyer 2024-04-11 13:41:46 +02:00
parent d03e1142f2
commit 529749ed14

View File

@ -45,7 +45,7 @@
minute: "0" minute: "0"
hour: "8" hour: "8"
user: root user: root
job: find /var/backups -path /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 cron_file: gitea-backup-cleanup
- name: Check if environment.env will get changed - name: Check if environment.env will get changed