mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Enable check_mode in command module (#40428)
* Enable check_mode in command module This only works if supplying creates or removes since it needs something to base the heuristic off. If none are supplied it will just skip as usual. Fixes #15828 * Add documentation for new check_mode behavior
This commit is contained in:
committed by
Toshio Kuratomi
parent
7fedda4c1d
commit
460f858640
6
changelogs/fragments/command_shell_check_mode.yaml
Normal file
6
changelogs/fragments/command_shell_check_mode.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
minor_changes:
|
||||
- command module - Add support for check mode when passing creates or removes arguments.
|
||||
(https://github.com/ansible/ansible/pull/40428)
|
||||
- shell module - Add support for check mode when passing creates or removes arguments.
|
||||
(https://github.com/ansible/ansible/pull/40428)
|
||||
Reference in New Issue
Block a user