epel ppc builders need to mount primary koji mount too

This commit is contained in:
Kevin Fenzi 2015-11-18 17:28:09 +00:00
parent 03dca2ad73
commit 7cc79808e6

View file

@ -23,7 +23,7 @@
- hosts
- apache
- { role: nfs/client,
when: ansible_architecture == 'x86_64' and not inventory_hostname.startswith('bkernel'),
when: ( ansible_architecture == 'x86_64' or ansible_architecture == 'ppc64le' or ansible_architecture == 'ppc64' ) and not inventory_hostname.startswith('bkernel'),
mnt_dir: '/mnt/fedora_koji', nfs_src_dir: 'fedora_koji' }
- { role: nfs/client,
when: inventory_hostname.startswith('aarch64') ,