From a5b33be788f8e9b0e022057ec944f95000663c5b Mon Sep 17 00:00:00 2001 From: shmick Date: Sat, 18 Nov 2023 13:27:52 +0200 Subject: [PATCH] Enable both timers --- kumonoboru.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kumonoboru.yaml b/kumonoboru.yaml index 9d5d48c..1a3375e 100644 --- a/kumonoboru.yaml +++ b/kumonoboru.yaml @@ -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