mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-22 11:00:19 +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:
|
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
|
||||||
|
|
Loading…
Reference in a new issue