mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-30 08:50:55 +08:00
8 lines
419 B
INI
8 lines
419 B
INI
# mount the pesign socket into the chroot
|
|
config_opts['plugin_conf']['bind_mount_opts']['dirs'].append(('/var/run/pesign', '/var/run/pesign' ))
|
|
config_opts['plugin_conf']['package_state_enable'] = False
|
|
config_opts['macros']['%bugurl'] = 'https://bugz.fedoraproject.org/%name'
|
|
config_opts['nosync'] = True
|
|
config_opts['nosync_force'] = True
|
|
config_opts['environment']['LANG'] = os.environ.setdefault('LANG', 'C.UTF-8')
|