mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-28 07:31:23 -07:00
cmd_runner: added flag check_mode_skip to context (#4736)
* cmd_runner: added flag skip_if_check_mode to context * added changelog fragment * adjusted param name and added new one
This commit is contained in:
parent
2eadedef6d
commit
be69f95f63
5 changed files with 59 additions and 35 deletions
2
changelogs/fragments/4736-cmd-runner-skip-if-check.yml
Normal file
2
changelogs/fragments/4736-cmd-runner-skip-if-check.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- cmd_runner module util - added parameters ``check_mode_skip`` and ``check_mode_return`` to ``CmdRunner.context()``, so that the command is not executed when ``check_mode=True`` (https://github.com/ansible-collections/community.general/pull/4736).
|
Loading…
Add table
Add a link
Reference in a new issue