koji_builder: try and fix /mnt/koji link for riscv buildvms
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
21f6b5acf8
commit
a75c44d3ff
1 changed files with 2 additions and 2 deletions
|
@ -281,11 +281,11 @@
|
|||
- koji_builder
|
||||
|
||||
#
|
||||
# alternative arch builders however want to link to just /mnt/fedora_koji
|
||||
# alternative arch builders however want to link to /mnt/fedora_koji/koji
|
||||
#
|
||||
|
||||
- name: Make a mnt/koji link
|
||||
ansible.builtin.file: state=link src=/mnt/fedora_koji dest=/mnt/koji
|
||||
ansible.builtin.file: state=link src=/mnt/fedora_koji/koji dest=/mnt/koji
|
||||
when: koji_hub_nfs is defined and koji_hub_nfs != "fedora_koji" and createrepo == True
|
||||
tags:
|
||||
- koji_builder
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue