buildvm: don't need to check for bkernel, buildvm-ppc64 is secondary builders
This commit is contained in:
parent
49fa564cb3
commit
d36e9ab2e1
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
- hosts
|
||||
- apache
|
||||
- { role: nfs/client,
|
||||
when: ( ansible_architecture == 'x86_64' or ansible_architecture == 'ppc64le' or ansible_architecture == 'ppc64' ) and not inventory_hostname.startswith('bkernel'),
|
||||
when: ( ansible_architecture == 'x86_64' or ansible_architecture == 'ppc64le' or ansible_architecture == 'ppc64' ) and not inventory_hostname.startswith('buildvm-ppc64'),
|
||||
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