]> git.phdru.name Git - ansible.git/blob - playbooks/debian/roles/sshd/handlers/main.yml
Feat: Use module `service` instead of `command`
[ansible.git] / playbooks / debian / roles / sshd / handlers / main.yml
1 - name: Reload sshd
2   service:
3     name: ssh
4     state: reloaded