Compare commits
2 Commits
cf59550120
...
b1789e15d6
Author | SHA1 | Date | |
---|---|---|---|
|
b1789e15d6 | ||
|
a20c7b188d |
@ -39,6 +39,15 @@
|
|||||||
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