ansible-sshd/handlers/main.yml
2017-09-06 16:20:00 +02:00

7 lines
189 B
YAML

---
- name: Reload the SSH service
service:
name: "{{ sshd_service }}"
state: reloaded
when: sshd_allow_reload and ansible_virtualization_type != 'docker'
listen: reload_sshd