mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-10 06:51:04 +01:00
Added native-backups-cleanup to roles
This commit is contained in:
parent
674484eca2
commit
2d82a1a77f
@ -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
|
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
- native-user-backup
|
- native-user-backup
|
||||||
|
- native-backups-cleanup
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
- native-git
|
- native-git
|
||||||
- native-systemd-email
|
- native-systemd-email
|
||||||
|
- native-backups-cleanup
|
||||||
|
Loading…
Reference in New Issue
Block a user