mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 23:08:06 +02:00
Shorted generic- to gen-
This commit is contained in:
@@ -9,7 +9,7 @@ This role cleans up failed Docker backups by pulling a [Git repository](https://
|
||||
Optimized for backup maintenance, this role:
|
||||
- Clones the cln-failed-docker-backups repository.
|
||||
- Configures a systemd service to run the cleanup script.
|
||||
- Integrates with the [generic-timer](../generic-timer/README.md) role to schedule periodic cleanup.
|
||||
- Integrates with the [gen-timer](../gen-timer/README.md) role to schedule periodic cleanup.
|
||||
- Works in conjunction with the bkp-directory-validator role for additional verification.
|
||||
|
||||
## Purpose
|
||||
|
@@ -29,9 +29,9 @@
|
||||
service_name: "{{ role_name }}"
|
||||
when: run_once_cleanup_failed_docker_backups is not defined
|
||||
|
||||
- name: "include role for generic-timer for {{service_name}}"
|
||||
- name: "include role for gen-timer for {{service_name}}"
|
||||
include_role:
|
||||
name: generic-timer
|
||||
name: gen-timer
|
||||
vars:
|
||||
on_calendar: "{{on_calendar_cleanup_failed_docker}}"
|
||||
when: run_once_cleanup_failed_docker_backups is not defined
|
||||
|
Reference in New Issue
Block a user