Merge "Switch enable_src_repos to False in configure-mirrors"

This commit is contained in:
Zuul 2022-05-12 17:12:24 +00:00 committed by Gerrit Code Review
commit d8184feded
2 changed files with 3 additions and 4 deletions

View File

@ -32,12 +32,11 @@ An ansible role to configure services to use mirrors.
Ubuntu Bionic.
.. zuul:rolevar:: enable_deb_src_repos
:default: True
:default: False
Set this to True in order to enable deb-src entries in sources.list
configs for apt. Note this option currently only works on Debian
(not Ubuntu) installations and will be set to default to False in
the near future.
(not Ubuntu) installations.
.. zuul:rolevar:: configure_mirrors_extra_repos
:default: True

View File

@ -11,4 +11,4 @@ http_or_https: >-
pypi_mirror: "{{ http_or_https }}://{{ pypi_fqdn }}/pypi/simple"
wheel_mirror: "{{ http_or_https }}://{{ mirror_fqdn }}/wheel/{{ ansible_distribution | lower }}-{{ ansible_distribution_version }}-{{ ansible_architecture | lower }}"
enable_deb_src_repos: True
configure_mirrors_extra_repos: True
configure_mirrors_extra_repos: False