diff options
author | clime <clime@redhat.com> | 2017-03-01 19:03:16 +0100 |
---|---|---|
committer | clime <clime@redhat.com> | 2017-03-01 19:04:59 +0100 |
commit | eea1f434a1103cd809cd1d4ffd616ecb860e816b (patch) | |
tree | 4ad19ef9df18d954f1ddaea631d31c31e010f48d | |
parent | 653110c81713940654ea495c2d91ad2cfdff1688 (diff) | |
download | ansible-eea1f434a1103cd809cd1d4ffd616ecb860e816b.tar.gz ansible-eea1f434a1103cd809cd1d4ffd616ecb860e816b.tar.xz ansible-eea1f434a1103cd809cd1d4ffd616ecb860e816b.zip |
copr-backend: do not enable nosync mock plugin for ppc64le
https://github.com/rpm-software-management/mock/issues/53
-rw-r--r-- | roles/copr/backend/files/provision/files/mock/site-defaults.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/copr/backend/files/provision/files/mock/site-defaults.cfg b/roles/copr/backend/files/provision/files/mock/site-defaults.cfg index d8491025e..a8c9e7e25 100644 --- a/roles/copr/backend/files/provision/files/mock/site-defaults.cfg +++ b/roles/copr/backend/files/provision/files/mock/site-defaults.cfg @@ -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 %} |