source:
main/waeup-ansible/roles/openssh/handlers/main.yml
@
17947
Last change on this file since 17947 was 13994, checked in by , 8 years ago | |
---|---|
File size: 128 bytes |
Line | |
---|---|
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.