mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-30 15:28:12 +02:00
Renamed sys-ctl-cln-backups to sys-ctl-cln-bkps
This commit is contained in:
@@ -8,7 +8,7 @@ This role sets up a systemd timer to schedule the periodic cleanup of old backup
|
||||
|
||||
Optimized for automated maintenance, this role:
|
||||
- Sets a fact for the service name.
|
||||
- Integrates with the [sys-timer](../sys-timer/README.md) role to schedule sys-ctl-cln-backups tasks at defined intervals.
|
||||
- Integrates with the [sys-timer](../sys-timer/README.md) role to schedule sys-ctl-cln-bkps tasks at defined intervals.
|
||||
|
||||
## Purpose
|
||||
|
||||
|
@@ -6,9 +6,9 @@
|
||||
vars:
|
||||
flush_handlers: true
|
||||
|
||||
- name: set systemctl_timer_service to sys-ctl-cln-backups
|
||||
- name: set systemctl_timer_service to sys-ctl-cln-bkps
|
||||
set_fact:
|
||||
systemctl_timer_service: "sys-ctl-cln-backups"
|
||||
systemctl_timer_service: "sys-ctl-cln-bkps"
|
||||
|
||||
- name: "include role for sys-timer for {{ systemctl_timer_service }}"
|
||||
include_role:
|
||||
|
Reference in New Issue
Block a user