Seems this link is also needed on rawhide-composer
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
72c15307f5
commit
d8ad7b6bb0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue