mh CmdMixin - added ArgFormat.BOOLEAN_NOT and logic (#3290)

* mh CmdMixin - added ArgFormat.BOOLEAN_NOT and logic

* added changelog fragment
This commit is contained in:
Alexei Znamensky
2021-08-29 23:03:15 +12:00
committed by GitHub
parent cf43356753
commit df8fdcda79
3 changed files with 14 additions and 3 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- module_helper cmd module utils - added the ``ArgFormat`` style ``BOOLEAN_NOT``, to add CLI parameters when the module argument is false-ish (https://github.com/ansible-collections/community.general/pull/3290).