Merge "Do not use notify inside handlers"
This commit is contained in:
commit
3866450540
@ -17,9 +17,10 @@
|
|||||||
src: "/etc/ssh/trusted_ca.d/"
|
src: "/etc/ssh/trusted_ca.d/"
|
||||||
dest: "{{ ssh_keypairs_trusted_ca_file }}"
|
dest: "{{ ssh_keypairs_trusted_ca_file }}"
|
||||||
mode: "0644"
|
mode: "0644"
|
||||||
notify: Reload sshd
|
|
||||||
|
|
||||||
- name: Reload sshd
|
- name: Reload sshd
|
||||||
service:
|
service:
|
||||||
name: "sshd"
|
name: "sshd"
|
||||||
state: reloaded
|
state: reloaded
|
||||||
|
listen:
|
||||||
|
- Regenerate trusted_ca file
|
||||||
|
Loading…
Reference in New Issue
Block a user