Explorar el Código

sshd restart handler

David hace 10 años
padre
commit
683b747668
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      handlers/main.yml

+ 3 - 0
handlers/main.yml

@@ -0,0 +1,3 @@
+---
+- name: restart sshd
+  service: name={{ sshd }} state=restarted