Commit 501ae13
[dnsmasq] Fix ipaddr filter to return boolean in conditional
Use ternary filter to convert ansible.utils.ipaddr result to explicit
boolean. Ansible 2.16+ requires conditionals to evaluate to true/false,
not truthy/falsy values.
Co-Authored-By: Claude <[email protected]>
Signed-off-by: Sergii Golovatiuk <[email protected]>1 parent e65906b commit 501ae13
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments