mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-27 03:52:09 +08:00
possible conditional fix for 6949
This commit is contained in:
@@ -125,7 +125,7 @@
|
||||
|
||||
- name: make a mnt/koji link
|
||||
file: state=link src=/mnt/fedora_koji/koji dest=/mnt/koji
|
||||
when: "'releng-compose' in group_names"
|
||||
when: "'releng-compose' or 'releng-stg' in group_names"
|
||||
|
||||
- name: make a mnt/koji link for AltArch
|
||||
file: state=link src=/mnt/fedora_koji dest=/mnt/koji
|
||||
|
||||
Reference in New Issue
Block a user