mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-09 21:23:29 +01:00
Makes handler use listen:
This commit is contained in:
parent
1bbdd2fc6b
commit
9bddc29284
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