releng: really fix AltArch /mnt/koji
This commit is contained in:
parent
bce45f9872
commit
64c13b8106
1 changed files with 5 additions and 1 deletions
|
@ -174,7 +174,11 @@
|
|||
|
||||
- name: make a mnt/koji link
|
||||
file: state=link src=/mnt/fedora_koji/koji dest=/mnt/koji
|
||||
when: "'releng-stg' not in group_names"
|
||||
when: "'releng-compose' in group_names"
|
||||
|
||||
- name: make a mnt/koji link for AltArch
|
||||
file: state=link src=/mnt/fedora_koji dest=/mnt/koji
|
||||
when: "'releng-secondary' in group_names"
|
||||
|
||||
- name: symlink /srv/pungi
|
||||
file: src=/mnt/fedora_koji/compose dest=/srv/pungi state=link
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue