Browse Source

sshd restart handler

David 10 years ago
parent
commit
683b747668
1 changed files with 3 additions and 0 deletions
  1. 3 0
      handlers/main.yml

+ 3 - 0
handlers/main.yml

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