Merge "Do not use notify inside handlers"

This commit is contained in:
Zuul 2023-07-24 20:49:57 +00:00 committed by Gerrit Code Review
commit 3866450540
1 changed files with 2 additions and 1 deletions

View File

@ -17,9 +17,10 @@
src: "/etc/ssh/trusted_ca.d/"
dest: "{{ ssh_keypairs_trusted_ca_file }}"
mode: "0644"
notify: Reload sshd
- name: Reload sshd
service:
name: "sshd"
state: reloaded
listen:
- Regenerate trusted_ca file