You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/changelogs/fragments/command_shell_check_mode.yaml

7 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)