source:
main/waeup-ansible/roles/openssh/handlers/main.yml
@
17497
Last change on this file since 17497 was 13994, checked in by , 8 years ago | |
---|---|
File size: 128 bytes |
Rev | Line | |
---|---|---|
[13994] | 1 | --- |
2 | # handlers for OpenSSH related configs | |
3 | - name: "restart sshd" | |
4 | service: | |
5 | name="ssh" | |
6 | enabled=yes | |
7 | state=restarted |
Note: See TracBrowser for help on using the repository browser.