summaryrefslogtreecommitdiff
path: root/roles
diff options
context:
space:
mode:
Diffstat (limited to 'roles')
-rw-r--r--roles/acmetool/cert/tasks/main.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/roles/acmetool/cert/tasks/main.yml b/roles/acmetool/cert/tasks/main.yml
index c5d5348e..ddb29236 100644
--- a/roles/acmetool/cert/tasks/main.yml
+++ b/roles/acmetool/cert/tasks/main.yml
@@ -7,8 +7,4 @@
names: "{{ acmetool_cert_hostnames | default([acmetool_cert_name]) }}"
loop_control:
label: "{{ item.satisfy.names | join(', ') }}"
-
-- name: reconcile acmetool
- systemd:
- name: acmetool
- state: started
+ notify: reconcile acmetool