mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-29 16:11:22 -07:00
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:
parent
cf43356753
commit
df8fdcda79
3 changed files with 14 additions and 3 deletions
2
changelogs/fragments/3290-mh-cmd-boolean-not.yaml
Normal file
2
changelogs/fragments/3290-mh-cmd-boolean-not.yaml
Normal 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).
|
Loading…
Add table
Add a link
Reference in a new issue