summaryrefslogtreecommitdiff
path: root/roles/x509/acmetool/cert/finalize/handlers/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/x509/acmetool/cert/finalize/handlers/main.yml')
-rw-r--r--roles/x509/acmetool/cert/finalize/handlers/main.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/roles/x509/acmetool/cert/finalize/handlers/main.yml b/roles/x509/acmetool/cert/finalize/handlers/main.yml
new file mode 100644
index 00000000..02ffa598
--- /dev/null
+++ b/roles/x509/acmetool/cert/finalize/handlers/main.yml
@@ -0,0 +1,7 @@
+---
+- name: reconcile acmetool
+ when: not acmetool_reconcile_disabled
+ systemd:
+ daemon_reload: yes
+ name: acmetool.service
+ state: started