buildvm: don't need to check for bkernel, buildvm-ppc64 is secondary builders

This commit is contained in:
Peter Robinson 2015-11-25 22:51:49 +00:00
parent 49fa564cb3
commit d36e9ab2e1

View file

@ -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') ,