mirror of https://github.com/ansible/ansible.git
[2.10] The implicit default for type=bool options is not 'false', but 'none' (#72864)
* The implicit default for type=bool options is not 'false', but 'none' (#72699)
* Fix modules, resp. add ignore.txt entries.
(cherry picked from commit 5226ac5778
)
* Add ignore.txt entries and fix deprecated option that was already removed in 2.11.
pull/72904/head
parent
a15550c0c8
commit
6dc2e9c2f4
@ -0,0 +1,2 @@
|
||||
minor_changes:
|
||||
- "ansible-test validate-modules - no longer assume that ``default`` for ``type=bool`` options is ``false``, as the default is ``none`` and for some modules, ``none`` and ``false`` mean different things (https://github.com/ansible/ansible/issues/69561)."
|
Loading…
Reference in New Issue