mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
koji_builder: we need to force this link because the mount may not be there(yet)
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -209,7 +209,7 @@
|
||||
- koji_builder
|
||||
|
||||
- name: make a mnt/koji link
|
||||
file: state=link src=/mnt/fedora_koji/koji dest=/mnt/koji
|
||||
file: state=link src=/mnt/fedora_koji/koji dest=/mnt/koji force=yes
|
||||
when: inventory_hostname.startswith(('buildvm-s390x-15', 'buildvm-s390x-16', 'buildvm-s390x-17'))
|
||||
tags:
|
||||
- koji_builder
|
||||
|
||||
Reference in New Issue
Block a user