Commit 9dd7eb5
Fix case mismatch between notify and handler name
The ansible-lint fix in 6371f59 capitalised the handler name to
'Restart postgresql' but left the two notify references as
'restart postgresql'. Ansible handler matching is case-sensitive,
so the handler never fired and PostgreSQL was never restarted after
its config was written, causing Molecule tests to fail.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 6371f59 commit 9dd7eb5
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
0 commit comments