mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 22:11:01 +08:00
koji_builder / staging: modify bootstrap install command, as there is not a distribution-gpg-keys package.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -8,6 +8,7 @@ config_opts['environment']['LANG'] = 'C.UTF-8'
|
||||
{% if env == 'staging' %}
|
||||
config_opts['dnf_common_opts'] = ['--setopt=module_platform_id=platform:el8']
|
||||
config_opts['use_bootstrap_container'] = True
|
||||
config_opts['dnf_install_command'] = 'install dnf dnf-plugins-core redhat-release'
|
||||
##config_opts['plugin_conf']['tmpfs_enable'] = True
|
||||
#config_opts['plugin_conf']['tmpfs_opts'] = {}
|
||||
#config_opts['plugin_conf']['tmpfs_opts']['required_ram_mb'] = 1024
|
||||
|
||||
Reference in New Issue
Block a user