From 136cda0bdd2e970fa23feafd312ab03356001508 Mon Sep 17 00:00:00 2001 From: Alexander Gabriel Date: Mon, 20 Jun 2022 21:14:05 +0200 Subject: [PATCH] changed trigger --- handlers/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/handlers/main.yml b/handlers/main.yml index 05ec040..bdc938d 100644 --- a/handlers/main.yml +++ b/handlers/main.yml @@ -1,9 +1,9 @@ --- -- name: reload systemd - sudo: yes - command: systemctl daemon-reload - - name: restart step-ca service: name: step-ca state: restarted + +- name: reload systemd + command: systemctl daemon-reload +