mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-22 11:00:19 +01:00
Merge pull request #64 from tterranigma/listen
Makes handler use listen:
This commit is contained in:
commit
a3ec6a20d8
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
- name: reload_sshd
|
||||
- name: Reload the SSH service
|
||||
service:
|
||||
name: "{{ sshd_service }}"
|
||||
state: reloaded
|
||||
when: sshd_allow_reload and ansible_virtualization_type != 'docker'
|
||||
listen: reload_sshd
|
||||
|
|
Loading…
Reference in a new issue