zuul-jobs/roles/stage-output
Ian Wienand fc8e68f0e9
Update to ansible-lint 6.8.2
This updates to ansible-lint 6.8.2.

The prior changes have updated various things for new things the
linter picked up.

As noted inline, the jinja2 parsing has not been working well with
this repository.  I've been keeping an eye on it over several
releases, but I think at this point it's not going to work well for
us.  I've left discussion in .ansible-lint.

The var-spacing in stage-output is the old name for the jinja2
filtering; since that is now ignored in .ansible-lint it can be
removed.

Change-Id: Ia2c9392eeb232b9b2b1d4febce8493d71de64482
2022-11-07 10:37:53 +11:00
..
defaults Stop compressing files during intermediate steps part 2 2020-01-08 09:24:45 -08:00
library Remove shebang from all python ansible modules 2022-09-15 13:48:10 -07:00
tasks Update to ansible-lint 6.8.2 2022-11-07 10:37:53 +11:00
README.rst [docs][trivial] Remove redundant colon : 2022-10-19 12:10:50 -05:00
__init__.py Speed up log file fetching tasks 2022-09-06 16:17:53 -07:00

README.rst

Stage job output on the remote node

Takes as input a dictionary of files/folders named 'zuul_copy_output'. Copies contents into {{ stage_dir }} on the remote node and is intended to be used before output fetching in a base job's post-playbook. If you plan to pair this role with the 'fetch-output' role you should ensure {{ stage-dir }] is set to match {{ zuul_output_dir }}.

Role Variables