Renamed cymais to infinito and did some other optimations and logout implementations

This commit is contained in:
2025-07-29 16:35:42 +02:00
parent a9e7ed3605
commit 44e0fea0b2
499 changed files with 1740 additions and 1587 deletions

View File

@@ -3,16 +3,16 @@
include_tasks: reset.yml
when: mode_reset | bool and run_once_sys_timer is not defined
- name: create {{service_name}}.cymais.timer
- name: create {{service_name}}.infinito.timer
template:
src: dummy.timer.j2
dest: "/etc/systemd/system/{{service_name}}.cymais.timer"
dest: "/etc/systemd/system/{{service_name}}.infinito.timer"
register: dummy_timer
- name: "restart timer"
systemd:
daemon_reload: yes
name: "{{service_name}}.cymais.timer"
name: "{{service_name}}.infinito.timer"
state: restarted
enabled: yes
when: dummy_timer.changed or activate_all_timers | bool