add tmpfs to copr-be
This commit is contained in:
parent
bf6e2b560f
commit
22ea034121
1 changed files with 3 additions and 0 deletions
|
@ -36,6 +36,9 @@
|
||||||
- name: mount up disk of copr repo
|
- name: mount up disk of copr repo
|
||||||
action: mount name=/var/lib/copr/public_html src='LABEL=copr-repo' fstype=ext4 state=mounted
|
action: mount name=/var/lib/copr/public_html src='LABEL=copr-repo' fstype=ext4 state=mounted
|
||||||
|
|
||||||
|
- name: mount /tmp/
|
||||||
|
action: mount name=/tmp src='tmpfs' fstype=tmpfs state=mounted
|
||||||
|
|
||||||
# We cannot use repo pointing to ourselfs :(
|
# We cannot use repo pointing to ourselfs :(
|
||||||
#- name: copy copr.repo
|
#- name: copy copr.repo
|
||||||
# action: copy src=$files/copr/fe/yum/copr.repo dest=/etc/yum.repos.d/copr.repo
|
# action: copy src=$files/copr/fe/yum/copr.repo dest=/etc/yum.repos.d/copr.repo
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue