summaryrefslogtreecommitdiff
path: root/roles/x509/acmetool/cert/handlers
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-12-22 13:01:30 +0100
committerChristian Pointner <equinox@spreadspace.org>2022-12-22 13:01:30 +0100
commit18e0446c9c545f396d7737b406e6e207748e7926 (patch)
treef3f07876c819a4fb9845c6a098adfa9553ed7819 /roles/x509/acmetool/cert/handlers
parentadd prometheus snmp exporter (diff)
move acmetool to new x509 subdir
Diffstat (limited to 'roles/x509/acmetool/cert/handlers')
-rw-r--r--roles/x509/acmetool/cert/handlers/main.yml6
1 files changed, 6 insertions, 0 deletions
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