mirror of
https://github.com/rocky-linux/ansible-role-kojid.git
synced 2024-11-21 12:41:26 +00:00
add future option
This commit is contained in:
parent
92448d4426
commit
1fd2cf3e49
@ -7,7 +7,7 @@ config['use_bootstrap'] = False
|
|||||||
config_opts['nspawn_args'] += ['--rlimit=RLIMIT_NOFILE={{ kojid_ulimits_nofiles }}']
|
config_opts['nspawn_args'] += ['--rlimit=RLIMIT_NOFILE={{ kojid_ulimits_nofiles }}']
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
config_opts['dnf_common_opts'] = ['--setopt=install_weak_deps=0']
|
config_opts['dnf_common_opts'] = ['--setopt=install_weak_deps=0', '--setopt=optional_metadata_types=filelists']
|
||||||
config_opts['macros']['%bugurl'] = '{{ kojid_bugzilla }}'
|
config_opts['macros']['%bugurl'] = '{{ kojid_bugzilla }}'
|
||||||
config_opts['nosync'] = True
|
config_opts['nosync'] = True
|
||||||
config_opts['nosync_force'] = True
|
config_opts['nosync_force'] = True
|
||||||
|
Loading…
Reference in New Issue
Block a user