make sure we have dirs we need and symlink shared bits for compose
This commit is contained in:
parent
c0b8c3f816
commit
f83dff4476
1 changed files with 7 additions and 2 deletions
|
@ -92,10 +92,15 @@
|
|||
- /pub/epel
|
||||
- /pub/alt
|
||||
- /epel
|
||||
- /srv/pungi
|
||||
- /mnt/fedora_koji
|
||||
- /var/spool/rsyslog
|
||||
|
||||
- name: symlink /srv/pungi
|
||||
action: file src=/mnt/fedora_koji/compose dest=/srv/pungi state=link
|
||||
- name: symlink /srv/pungi/spin-kickstarts
|
||||
action: file src=/mnt/fedora_koji/compose/spin-kickstarts dest=/srv/pungi/spin-kickstarts state=link
|
||||
|
||||
- name: symlink /srv/pungi/cache
|
||||
action: file src=/mnt/fedora_koji/compose/cache dest=/srv/pungi/cache state=link
|
||||
|
||||
- name: add builder infra yum repo
|
||||
action: copy src=$files/kojibuilder/builder-infrastructure.repo dest=/etc/yum.repos.d/builder-infrastructure.repo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue