460f858640
* 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
6 lines
303 B
YAML
6 lines
303 B
YAML
---
|
|
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)
|