mirror of
https://github.com/rocky-linux/ansible-role-kojid.git
synced 2024-11-15 09:41:25 +00:00
11 lines
473 B
INI
11 lines
473 B
INI
|
config_opts['plugin_conf']['package_state_enable'] = False
|
||
|
config_opts['plugin_conf']['ccache_enable'] = False
|
||
|
config_opts['dnf_common_opts'] = ['--setopt=install_weak_deps=0']
|
||
|
config_opts['macros']['%bugurl'] = '{{ kojid_bugzilla }}'
|
||
|
config_opts['nosync'] = True
|
||
|
config_opts['nosync_force'] = True
|
||
|
config_opts['environment']['LANG'] = 'C.UTF-8'
|
||
|
config_opts['use_bootstrap'] = True
|
||
|
config_opts['yum_install_command'] += " -x devtoolset*"
|
||
|
config_opts['dnf_warning'] = False
|