ansible: cleanup yaml syntax
[noc.git] / ansible / roles / base / handlers / main.yaml
index 9b95e27..822887e 100644 (file)
@@ -1,3 +1,5 @@
 ---
 - name: restart ssh
-  service: name=ssh state=restarted
+  service:
+    name: ssh
+    state: restarted