mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-25 19:11:24 +08:00
we need the /mnt/koji symlink on branched-composer also
Signed-off-by: Dennis Gilmore <ausil@fedoraproject.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user