Преглед изворни кода

[caddy] Use services instead of command

Colin Powell пре 4 година
родитељ
комит
f4e7545841
1 измењених фајлова са 3 додато и 1 уклоњено
  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