Compare commits
No commits in common. "b1789e15d66d8839cdb7f754682199ad01bb488c" and "cf59550120c0ece834690641fd90d57770f8fe51" have entirely different histories.
b1789e15d6
...
cf59550120
@ -39,15 +39,6 @@
|
|||||||
enabled: true
|
enabled: true
|
||||||
state: started
|
state: started
|
||||||
|
|
||||||
- name: Ensure old backups will get deleted
|
|
||||||
ansible.builtin.cron:
|
|
||||||
name: gitea backup cleanup
|
|
||||||
minute: "0"
|
|
||||||
hour: "8"
|
|
||||||
user: root
|
|
||||||
job: "find /var/backups/gitea-* -mtime +7 -type f -exec rm {} +"
|
|
||||||
cron_file: gitea-backup-cleanup
|
|
||||||
|
|
||||||
- name: Check if environment.env will get changed
|
- name: Check if environment.env will get changed
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
src: environment.env.j2
|
src: environment.env.j2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user