c20a2435a6
I74b9de7092f182c942a58ac7a46b9fbd791889de hit a common ansible gotcha where it likes to strip the trailing newline after a {% endif %}. This has resulted in invalid lines in our sources.list. Unfortunately we miss this because it still exits with 0. Add a simple test looking for warning output. Change-Id: I46d393a5e67d10a52c4dcca803176ff368a4b5bd |
||
---|---|---|
.. | ||
defaults | ||
handlers | ||
tasks | ||
templates | ||
vars | ||
README.rst |
An ansible role to configure services to use mirrors.
Role Variables
URL to override the generated pypi mirror url based on :zuul
configure-mirrors.pypi_fqdn
.
- -- zuul:rolevar:: configure_mirrors_extra_repos
-
- default
-
True
Set to False to opt-out of installing extra repositories such as PowerTools and HighAvailability on centos-8-stream and backports for Debian/Ubuntu. The intent is to match the upstream distro state when this variable is set to False. Note that this role is not necessarily consistent with the repos that are enabled by default between distribution versions (centos stream 8 vs. 9 for example).