buildhw: fix arm koji data mountpoint
This commit is contained in:
parent
c0ac6d0702
commit
72282599b4
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
roles:
|
||||
- base
|
||||
- { role: nfs/client, when: inventory_hostname.startswith('build') , mnt_dir: '/mnt/fedora_koji', nfs_src_dir: 'fedora_koji' }
|
||||
- { role: nfs/client, when: inventory_hostname.startswith('aarch64') , mnt_dir: '/mnt/fedora_koji', nfs_src_dir: 'fedora_arm' }
|
||||
- { role: nfs/client, when: inventory_hostname.startswith('aarch64') , mnt_dir: '/mnt/fedora_koji', nfs_src_dir: 'fedora_arm/data' }
|
||||
- koji_builder
|
||||
- { role: bkernel, when: inventory_hostname.startswith('bkernel') }
|
||||
- hosts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue