Sfoglia il codice sorgente

sshd restart handler

David 10 anni fa
parent
commit
683b747668
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      handlers/main.yml

+ 3 - 0
handlers/main.yml

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