mirror of https://github.com/ansible/ansible.git
Don't assume a task with non-dict loop results has been skipped.
This changeset addresses the issue reported here: ansible/ansible-modules-core#1765 The yum module (at least) includes its task results as strings, rather than dicts, and the code this changeset replaces assumed that in that instance the task was skipped. The updated behaviour assumes that the task has been skipped only if: * results exist, and * all results are dicts that include a truthy skipped valuepull/15747/head
parent
478674cc57
commit
85868e07a9
Loading…
Reference in New Issue