mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-13 00:11:05 +01:00
Added native-backups-cleanup to roles
This commit is contained in:
parent
5f8902782d
commit
a4ab888a80
@ -126,8 +126,3 @@
|
||||
become: true
|
||||
roles:
|
||||
- role: native-pull-primary-backups
|
||||
- name: setup backups cleanup
|
||||
hosts: backups_cleanup
|
||||
become: true
|
||||
roles:
|
||||
- role: native-backups-cleanup
|
||||
|
@ -1,2 +1,3 @@
|
||||
dependencies:
|
||||
- native-user-backup
|
||||
- native-backups-cleanup
|
||||
|
@ -1,3 +1,4 @@
|
||||
dependencies:
|
||||
- native-git
|
||||
- native-systemd-email
|
||||
- native-backups-cleanup
|
||||
|
Loading…
Reference in New Issue
Block a user