From 0c469b73df57b25a96e77e0b9ae09ab7cd1bf128 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 22 Dec 2022 22:22:09 +0100 Subject: acmetool: minor refactroing --- roles/x509/acmetool/cert/handlers/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/x509/acmetool/cert/handlers') 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 -- cgit v1.2.3