summaryrefslogtreecommitdiff
path: root/roles/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/acmetool/cert/handlers
parentadd prometheus snmp exporter (diff)
move acmetool to new x509 subdir
Diffstat (limited to 'roles/acmetool/cert/handlers')
-rw-r--r--roles/acmetool/cert/handlers/main.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/roles/acmetool/cert/handlers/main.yml b/roles/acmetool/cert/handlers/main.yml
deleted file mode 100644
index 08892c18..00000000
--- a/roles/acmetool/cert/handlers/main.yml
+++ /dev/null
@@ -1,6 +0,0 @@
----
-- name: reconcile acmetool
- when: not acmetool_reconcile_disabled
- ansible.builtin.systemd:
- name: acmetool.service
- state: started