summaryrefslogtreecommitdiff
path: root/roles/acmetool/cert/handlers/main.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2021-06-09 14:11:30 +0200
committerChristian Pointner <equinox@spreadspace.org>2021-06-09 14:11:30 +0200
commita14a183e8181e6d3a8604822f6d0773328a79e13 (patch)
treed77fb3b6d6f5662140f586fa80cd65ed73a3ef41 /roles/acmetool/cert/handlers/main.yml
parentws cleanup (diff)
move acmtool roles to use FQCN
Diffstat (limited to 'roles/acmetool/cert/handlers/main.yml')
-rw-r--r--roles/acmetool/cert/handlers/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/acmetool/cert/handlers/main.yml b/roles/acmetool/cert/handlers/main.yml
index a7fc43ed..08892c18 100644
--- a/roles/acmetool/cert/handlers/main.yml
+++ b/roles/acmetool/cert/handlers/main.yml
@@ -1,6 +1,6 @@
---
- name: reconcile acmetool
when: not acmetool_reconcile_disabled
- systemd:
+ ansible.builtin.systemd:
name: acmetool.service
state: started