mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-25 11:00:32 +08:00
copr-backend: do not enable nosync mock plugin for ppc64le
https://github.com/rpm-software-management/mock/issues/53
This commit is contained in:
@@ -25,4 +25,6 @@ config_opts['plugin_conf']['tmpfs_opts']['keep_mounted'] = False
|
||||
config_opts['yum_command'] = '/usr/bin/yum-deprecated'
|
||||
{% endif %}
|
||||
|
||||
{% if ansible_architecture == 'x86_64' %} # nosync does not currently work for epel-7-ppc64le chroot (https://github.com/rpm-software-management/mock/issues/53)
|
||||
config_opts['nosync'] = True
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user