Commit 9ba597a
committed
Fix KeyError on
Use a more conservative approach as to the existence of the `changed`
key.
This could be extended to all the keys that are used on dicts passed
to the callback (as afaik Ansible doesn't provide any guarantee of their
existence), but for now a case-by-case approach may be enough.res argument passed to runner_on_ok
1 parent 3f942d2 commit 9ba597a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| |||
0 commit comments