AdvancedLinuxAdmin/ansible/playbooks/handlers/main.yml

8 lines
77 B
YAML

---
- name: restart_sshd
service:
name: sshd
state: restarted
...