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