zuul-jobs/roles/fetch-sphinx-tarball
Ian Wienand 8c6512107c
Standarise block/when ordering
Newer ansbile-lint finds "when" or "become" statements that are at the
end of blocks.  Ordering these before the block seems like a very
logical thing to do, as we read from top-to-bottom so it's good to see
if the block will execute or not.

This is a no-op, and just moves the places the newer linter found.

Change-Id: If4d1dc4343ea2575c64510e1829c3fe02d6c273f
2022-11-07 10:37:53 +11:00
..
defaults linters: fix spaces between filters 2022-07-27 17:13:39 +10:00
tasks Standarise block/when ordering 2022-11-07 10:37:53 +11:00
README.rst fetch-sphinx-tarball: don't run merge-output-to-logs 2020-10-15 14:44:03 +11:00

Collect output from a sphinx build as a tarball

By default, this copies the output from the sphinx build on the worker to the log root of the executor as a tarball, and then extracts the archive into the log root for viewing.

Role Variables