Solved system-timer bugs

This commit is contained in:
2024-04-04 15:45:53 +02:00
parent f396179681
commit e199c1e7f6
3 changed files with 10 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
- name: set service_name to the name of the current role
- name: set service_name to cleanup-backups
set_fact:
service_name: "{{ role_name }}"
service_name: "cleanup-backups"
when: run_once_cleanup_backups_timer is not defined
- name: "include role for systemd-timer for {{service_name}}"