ansible-sshd/handlers/main.yml
2017-05-04 14:31:26 +01:00

6 lines
156 B
YAML

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