Files
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
..
2017-01-13 13:46:19 +00:00
2017-06-23 11:15:28 +01:00