Explorar o código

sshd restart handler

David %!s(int64=10) %!d(string=hai) anos
pai
achega
683b747668
Modificáronse 1 ficheiros con 3 adicións e 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