Skip to content
Snippets Groups Projects
Verified Commit ce081739 authored by Marc Schmitt's avatar Marc Schmitt
Browse files

acme: fix systemd timers idempotency


Signed-off-by: default avatarMarc 'risson' Schmitt <risson@cri.epita.fr>
parent 1ff82854
Branches master
Tags 0.5.0
1 merge request!27acme_vault_client: always start timer
Pipeline #274758 passed with stages
in 41 seconds
......@@ -10,7 +10,7 @@
- name: List all ACME services
find:
path: /etc/systemd/system
patterns: "acme-*.service"
patterns: "acme-*"
register: acme_services
- name: Add existing services to dictionary
set_fact:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment