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/76353-fix-check-mode-skippi...

5 lines
328 B
YAML

bugfixes:
- shell/command - only skip in check mode if the options `creates` and `removes` are both None.
- shell/command - only return changed as True if the task has not been skipped.
- script - skip in check mode if the plugin cannot determine if a change will occur (i.e. neither `creates` or `removes` are provided).