Enable both timers
Some checks failed
Configure Kumonoboru / deploy (push) Failing after 53s

This commit is contained in:
2023-11-18 13:27:52 +02:00
parent dfc7669a34
commit a5b33be788

View File

@@ -29,6 +29,9 @@
- name: Start kumonoboru timer
ansible.builtin.systemd:
name: kumonoboru.timer
name: {{ item }}
state: started
daemon_reload: true
with_items:
- kumonoboru.timer
- kumonoboru-prune.timer