ansible: cleanup yaml syntax
[noc.git] / ansible / roles / base / handlers / main.yaml
1 ---
2 - name: restart ssh
3   service:
4     name: ssh
5     state: restarted