zuul-jobs/roles/fetch-javascript-content-tarball
Albin Vass d0e2016592 Add loop var policy to ansible-lint
This adds a custom ansible-lint rule at .rules/ZuulJobsNamespaceLoopVar.py
that enforces the loop var policy described at:
https://zuul-ci.org/docs/zuul-jobs/policy.html#ansible-loops-in-roles

It also updates existing roles to follow the policy.

Change-Id: I92b2ff56a1c2702542fc07b316f1809087a4c92f
2020-04-29 17:20:59 +02:00
..
defaults Add role for fetching javascript built content 2018-03-06 13:33:10 -06:00
tasks Add loop var policy to ansible-lint 2020-04-29 17:20:59 +02:00
README.rst fetch-javascript-content-tarball: add create_tarball variable 2018-10-02 17:12:25 -05:00

Fetch a Javascript content tarball back to be published.

A content tarball is one that contains built javascript/css artifacts, such as but not limited to those produced by the webpack ArchivePlugin.

Role Variables

Create a tarball with the contents of create_tarball_directory (relative to zuul_work_dir).