releng: fix /mnt/koji symlink creations for AltArch compose hosts
This commit is contained in:
parent
0b8cde5bea
commit
6e43df1ae9
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@
|
|||
|
||||
- name: make a mnt/koji link
|
||||
file: state=link src=/mnt/fedora_koji/koji dest=/mnt/koji
|
||||
when: inventory_hostname.startswith('compose-x86-01') or inventory_hostname.startswith('rawhide-composer') or inventory_hostname.startswith('branched-composer')
|
||||
when: not "'releng-stg' 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