mirror of https://github.com/ansible/ansible.git
validate-modules: do not treat falsy non-`False` defaults as `None` (#79267)
* Do not treat falsy non-False defaults as None. * Fix various instances of this in modules. * Add changelog fragment.pull/79274/head
parent
6674c43edd
commit
6e379e5d65
@ -0,0 +1,2 @@
|
||||
minor_changes:
|
||||
- "ansible-test validate-modules - no longer treat falsy non-``False`` values for defaults as ``None`` (https://github.com/ansible/ansible/pull/79267)."
|
Loading…
Reference in New Issue