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
commit df8fdcda79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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).