compose-x86-riscv: adjust some nfs client logic

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2025-02-17 16:01:55 -08:00
parent 3a2574b495
commit 401d40c098

View file

@ -87,7 +87,7 @@
- role: nfs/client
mnt_dir: '/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
mnt_dir: '/mnt/fedora_riscv_koji'
nfs_src_dir: "{{ koji_hub_nfs }}"