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/15759/head
parent
198f57b61e
commit
da1e62a6d9
Loading…
Reference in New Issue