possible conditional fix for 6949
This commit is contained in:
parent
005c9e1dee
commit
f2f81ee236
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue