ansible: file names and locations cleanup
[noc.git] / ansible / roles / base / handlers / main.yml
1 ---
2 - name: restart ssh
3   service:
4     name: ssh
5     state: restarted