diff options
Diffstat (limited to 'roles/x509/acmetool/cert/handlers')
-rw-r--r-- | roles/x509/acmetool/cert/handlers/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/x509/acmetool/cert/handlers/main.yml b/roles/x509/acmetool/cert/handlers/main.yml index 08892c18..a7fc43ed 100644 --- a/roles/x509/acmetool/cert/handlers/main.yml +++ b/roles/x509/acmetool/cert/handlers/main.yml @@ -1,6 +1,6 @@ --- - name: reconcile acmetool when: not acmetool_reconcile_disabled - ansible.builtin.systemd: + systemd: name: acmetool.service state: started |