compose-x86-riscv: adjust some nfs client logic
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
3a2574b495
commit
401d40c098
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@
|
||||||
- role: nfs/client
|
- role: nfs/client
|
||||||
mnt_dir: '/pub'
|
mnt_dir: '/pub'
|
||||||
nfs_src_dir: 'fedora_ftp/fedora.redhat.com/pub'
|
nfs_src_dir: 'fedora_ftp/fedora.redhat.com/pub'
|
||||||
when: "'releng_compose' or 'releng_compose_eln' in group_names and koji_instance == 'primary'"
|
when: "'releng_compose' in group_names and koji_instance != 'secondary'"
|
||||||
- role: nfs/client
|
- role: nfs/client
|
||||||
mnt_dir: '/mnt/fedora_riscv_koji'
|
mnt_dir: '/mnt/fedora_riscv_koji'
|
||||||
nfs_src_dir: "{{ koji_hub_nfs }}"
|
nfs_src_dir: "{{ koji_hub_nfs }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue