source: main/waeup-ansible/roles/openssh/handlers/main.yml @ 14065

Last change on this file since 14065 was 13994, checked in by uli, 8 years ago

Turn (some) tasks from playbook into roles.

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.