Added native-backups-cleanup to roles

This commit is contained in:
Kevin Veen-Birkenbach 2022-03-29 10:49:28 +02:00
parent 674484eca2
commit 2d82a1a77f
3 changed files with 2 additions and 5 deletions

View File

@ -126,8 +126,3 @@
become: true become: true
roles: roles:
- role: native-pull-primary-backups - role: native-pull-primary-backups
- name: setup backups cleanup
hosts: backups_cleanup
become: true
roles:
- role: native-backups-cleanup

View File

@ -1,2 +1,3 @@
dependencies: dependencies:
- native-user-backup - native-user-backup
- native-backups-cleanup

View File

@ -1,3 +1,4 @@
dependencies: dependencies:
- native-git - native-git
- native-systemd-email - native-systemd-email
- native-backups-cleanup