compose-eln: also need the /pub mount here

We need this mount to sync eln composes out.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2025-07-06 08:06:33 -07:00
parent 3ce996aac2
commit cb3d019169

View file

@ -87,7 +87,7 @@
- role: nfs/client
mnt_dir: '/pub'
nfs_src_dir: 'fedora_ftp/fedora.redhat.com/pub'
when: "'releng_compose' in group_names and koji_instance != 'secondary'"
when: "'releng_compose' or 'releng_compose_eln' in group_names and koji_instance != 'secondary'"
- role: nfs/client
mnt_dir: '/mnt/fedora_riscv_koji'
nfs_src_dir: "{{ koji_hub_nfs }}"