From d4f15f1bd63c76f8f03a129ab8a3b5244408cef1 Mon Sep 17 00:00:00 2001 From: Raoul Date: Sat, 27 Jul 2019 17:44:40 +0200 Subject: [PATCH] Enable timer unit --- tasks/main.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tasks/main.yml b/tasks/main.yml index 94c95f7..05ad7cf 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -51,3 +51,11 @@ tags: - configuration - acme + + +- name: Reload systemd and enable acmetool timer unit + systemd: + name: 'acmetool.timer' + daemon_reload: yes + enabled: yes + state: started