summaryrefslogtreecommitdiff
path: root/roles/acmetool
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2019-01-19 23:53:33 +0100
committerChristian Pointner <equinox@spreadspace.org>2019-01-19 23:53:33 +0100
commit8691305aa562485ed24f6e97eddf445cd6d4bfb9 (patch)
tree234f2146c4d5982be35580511bf60366cb2421a8 /roles/acmetool
parentelevate/media: firewall config was a little to strict (diff)
fix idempotence
Diffstat (limited to 'roles/acmetool')
-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