epel ppc builders need to mount primary koji mount too
This commit is contained in:
parent
03dca2ad73
commit
7cc79808e6
1 changed files with 1 additions and 1 deletions
|
@ -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') ,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue