Notify handler typo
Closed this issue · 2 comments
HP41 commented
Notify handler is called via the wrong name:
tasks/main.yml Line39:
notify: [ 'Check config samba' ]
handlers/main.yml Line3:
- name: Check samba config
drybjed commented
Thank you for catching that! I'm currently busy with other roles, I plan to revisit debops.samba
at some point to update it to current practices. If you want, you could fix some issues via PRs to this role.
HP41 commented
Sounds good, I'll keep it open :)