[copr] mount fs for copr-fe-dev also

This commit is contained in:
Valentin Gologuzov 2015-04-08 20:55:06 +02:00
parent e67e07bbd4
commit 1ca04d928d
3 changed files with 0 additions and 7 deletions

View file

@ -1,6 +1,5 @@
---
- include: "mount_fs.yml"
when: not devel
- name: install pkgs for copr-frontend
action: yum state=present pkg={{ item }}

View file

@ -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