zuul-jobs/roles/collect-container-logs
Clark Boylan e323dc117b Don't use item in collect container logs loop
The default loop variable 'item' cannot be nested. Because roles like
collect-container-logs may be called from higher level loops that use
'item' we override the loop control var to a name that should be unique.

This should probably be done to all of the other roles in zuul-jobs too.

Change-Id: I2f647596dd40c662aa7447e3d3c8844a77c6b109
2020-02-01 14:24:16 -08:00
..
defaults collect-container-logs: add role 2020-01-09 19:52:01 -05:00
tasks Don't use item in collect container logs loop 2020-02-01 14:24:16 -08:00
README.rst collect-container-logs: add role 2020-01-09 19:52:01 -05:00

An ansible role to collect all container logs.

Role Variables