we need the /mnt/koji symlink on branched-composer also
Signed-off-by: Dennis Gilmore <ausil@fedoraproject.org>
This commit is contained in:
parent
2a9caceebe
commit
25d2fdfdc3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue