Explorar o código

[caddy] Use services instead of command

Colin Powell %!s(int64=4) %!d(string=hai) anos
pai
achega
f4e7545841
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      ansible/roles/caddy/handlers/main.yml

+ 3 - 1
ansible/roles/caddy/handlers/main.yml

@@ -1,3 +1,5 @@
 ---
 - name: Caddy restarted
-  command: service caddy restart
+  service:
+    name: caddy
+    state: restarted