Fix non runroot arm builders who don't mount any nfs volumes at all.

This commit is contained in:
Kevin Fenzi 2016-04-14 17:28:20 +00:00
parent 8a5411535f
commit 67f3fee7f2

View file

@ -18,7 +18,7 @@
roles: roles:
- base - base
- { role: nfs/client, mnt_dir: '/mnt/fedora_koji', nfs_src_dir: "{{ koji_hub_nfs }}" } - { role: nfs/client, mnt_dir: '/mnt/fedora_koji', nfs_src_dir: "{{ koji_hub_nfs }}", when: koji_hub_nfs is defined }
- koji_builder - koji_builder
- { role: bkernel, when: inventory_hostname.startswith('bkernel') } - { role: bkernel, when: inventory_hostname.startswith('bkernel') }
- hosts - hosts