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

4 lines
198 B
YAML

bugfixes:
- shell/command - only skip in check mode if the options `creates` and `removes` are both None.
- script - skip in check mode since the plugin cannot determine if a change will occur.