we need the /mnt/koji symlink on branched-composer also

Signed-off-by: Dennis Gilmore <ausil@fedoraproject.org>
This commit is contained in:
Dennis Gilmore 2016-02-27 00:15:24 +00:00
parent 2a9caceebe
commit 25d2fdfdc3

View file

@ -148,7 +148,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')
when: inventory_hostname.startswith('compose-x86-01') or inventory_hostname.startswith('rawhide-composer') or inventory_hostname.startswith('branched-composer')
- name: symlink /srv/pungi
file: src=/mnt/fedora_koji/compose dest=/srv/pungi state=link