linux_ws2122_ansible/roles/sshd/handlers/main.yml

6 lines
72 B
YAML

---
- name: restart sshd
service:
name: sshd
state: restarted