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/lib/ansible
Andrew Taumoefolau da1e62a6d9 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 value
9 years ago
..
cli Fix ziploader for the cornercase of ansible invoking ansible. 9 years ago
compat Bundle a new version of python-six for compatibility along with some code to make it easy for distributions to override the bunndled copy if they have a new enough version. 9 years ago
config Making the switch to v2 10 years ago
errors Add options to make includes 'static' 9 years ago
executor Don't assume a task with non-dict loop results has been skipped. 9 years ago
galaxy API now connects to server lazily (#15632) 9 years ago
inventory Fix inventory on python3 9 years ago
module_utils Fix logging into vCloud Director and expose verify_certs argument (#15533) 9 years ago
modules Update submodule ref to fix ansible-doc for azure modules 9 years ago
new_inventory fix some warning of undefined name. 9 years ago
parsing make vi the default editor if no EDITOR 9 years ago
playbook Treat "static: yes/no" with higher priority than "task_includes_static" in ansible.cfg 9 years ago
plugins error message cleanup 9 years ago
template moved last utils.debug to display.debug 9 years ago
utils Add aliases 9 years ago
vars Fix var precedence bug introduced in ff9f5d7d 9 years ago
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 9 years ago
constants.py add centrify dzdo escalation (#15219) 9 years ago
release.py Fix the version number 9 years ago
test-requirements.txt Making the switch to v2 10 years ago