openstack-ansible-os_tempest/tasks
Jean-Philippe Evrard 4072a9e9a3 Fix tempest plugins installation
The conditional was wrong, and therefore always skipped.
When you have registered the output of with items, you get the
whole list in _registered_var.results.

Each item is the result itself, and for convenience, ansible
throws in the original item under the dict "item".

So here original item's repo in the results should be in
_registered_var.results[0].item.repo while the stat of the folder
should be in _registered_var.results[0].stat.<whatever>.

Replace _registered_var.results[::] with item and you get your
conditional. Magic!

Change-Id: I44acb420155d3bc09b271a4b2fa92b488aae4c89
(cherry picked from commit 9de4f4a9ba)
2017-12-11 12:05:09 +00:00
..
main.yml Bring consistency to tags 2017-01-13 13:46:19 +00:00
tempest_install.yml Fix tempest plugins installation 2017-12-11 12:05:09 +00:00
tempest_install_apt.yml Remove ansible<2.2 apt cache hack 2016-11-03 23:39:10 +00:00
tempest_install_yum.yml Ensure tempest runs independently in testing 2016-09-07 12:23:48 +01:00
tempest_post_install.yml Retry the cirros image download 2017-03-27 06:41:10 +00:00
tempest_resources.yml Fix conflict with neutron fact set 2016-11-14 13:18:38 -06:00
tempest_run.yml Rename tempest result files 2017-06-23 11:15:28 +01:00