You've already forked linux_ws2122_ansible
Initial Commit
This commit is contained in:
6
roles/sshd/handlers/main.yml
Normal file
6
roles/sshd/handlers/main.yml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
|
||||
- name: restart sshd
|
||||
service:
|
||||
name: sshd
|
||||
state: restarted
|
Reference in New Issue
Block a user