Shorted generic- to gen-

This commit is contained in:
2025-07-09 03:55:24 +02:00
parent 8c411a21c7
commit 94bb060a5b
123 changed files with 96 additions and 96 deletions

View File

@@ -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

View File

@@ -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