Merge pull request #64 from tterranigma/listen

Makes handler use listen:
This commit is contained in:
Matt Willsher 2017-10-19 20:45:31 +01:00 committed by GitHub
commit a3ec6a20d8

View file

@ -1,6 +1,7 @@
--- ---
- name: reload_sshd - name: Reload the SSH service
service: service:
name: "{{ sshd_service }}" name: "{{ sshd_service }}"
state: reloaded state: reloaded
when: sshd_allow_reload and ansible_virtualization_type != 'docker' when: sshd_allow_reload and ansible_virtualization_type != 'docker'
listen: reload_sshd