Fix non runroot arm builders who don't mount any nfs volumes at all.
This commit is contained in:
parent
8a5411535f
commit
67f3fee7f2
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
|
||||
roles:
|
||||
- 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
|
||||
- { role: bkernel, when: inventory_hostname.startswith('bkernel') }
|
||||
- hosts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue