Seems this link is also needed on rawhide-composer

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2016-02-24 22:02:00 +00:00
parent 72c15307f5
commit d8ad7b6bb0

View file

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