[copr] mount fs for copr-fe-dev also
This commit is contained in:
parent
e67e07bbd4
commit
1ca04d928d
3 changed files with 0 additions and 7 deletions
|
@ -1,6 +1,5 @@
|
|||
---
|
||||
- include: "mount_fs.yml"
|
||||
when: not devel
|
||||
|
||||
- name: install pkgs for copr-frontend
|
||||
action: yum state=present pkg={{ item }}
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
- name: mount up disk of copr fe
|
||||
mount: name=/srv/copr-fe src='LABEL=copr-fe' fstype=ext4 state=mounted
|
||||
when: not devel
|
||||
|
||||
- name: mount up bind mount for postgres
|
||||
mount: src=/srv/copr-fe/pgsqldb name=/var/lib/pgsql fstype=auto opts=bind state=mounted
|
||||
when: not devel
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue