Shorted cleanup- to cln-

This commit is contained in:
2025-07-09 03:45:02 +02:00
parent 9668e74139
commit f548faa80f
60 changed files with 88 additions and 88 deletions

View File

@@ -0,0 +1,16 @@
- name: set service_name to cln-backups
set_fact:
service_name: "cln-backups"
when: run_once_cleanup_backups_timer is not defined
- name: "include role for generic-timer for {{service_name}}"
include_role:
name: generic-timer
vars:
on_calendar: "{{on_calendar_cleanup_backups}}"
when: run_once_cleanup_backups_timer is not defined
- name: run the cleanup_backups_timer tasks once
set_fact:
run_once_cleanup_backups_timer: true
when: run_once_cleanup_backups_timer is not defined