mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-09 21:23:29 +01:00
Add bool to handler
This commit is contained in:
parent
7b5e905a20
commit
3f7db475ce
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
name: "{{ sshd_service }}"
|
||||
state: reloaded
|
||||
when:
|
||||
- sshd_allow_reload
|
||||
- sshd_allow_reload|bool
|
||||
- ansible_virtualization_type|default(None) != 'docker'
|
||||
- ansible_connection != 'chroot'
|
||||
listen: reload_sshd
|
||||
|
|
Loading…
Reference in a new issue