From 18e0446c9c545f396d7737b406e6e207748e7926 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 22 Dec 2022 13:01:30 +0100 Subject: move acmetool to new x509 subdir --- roles/x509/acmetool/cert/handlers/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 roles/x509/acmetool/cert/handlers/main.yml (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 new file mode 100644 index 00000000..08892c18 --- /dev/null +++ b/roles/x509/acmetool/cert/handlers/main.yml @@ -0,0 +1,6 @@ +--- +- name: reconcile acmetool + when: not acmetool_reconcile_disabled + ansible.builtin.systemd: + name: acmetool.service + state: started -- cgit v1.2.3