mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
koji_builder: set dnf_warning to false in prod too for new mock 2.x
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
9ba2bf5111
commit
d573fa5819
@@ -6,6 +6,6 @@ config_opts['nosync'] = True
|
||||
config_opts['nosync_force'] = True
|
||||
config_opts['environment']['LANG'] = 'C.UTF-8'
|
||||
config_opts['use_bootstrap'] = False
|
||||
{% if env == 'staging' %}
|
||||
config_opts['dnf_warning'] = False
|
||||
{% if env == 'staging' %}
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user