releng: fix /mnt/koji symlink creations for AltArch compose hosts

This commit is contained in:
Peter Robinson 2016-05-13 10:43:34 +00:00
parent 0b8cde5bea
commit 6e43df1ae9

View file

@ -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