add mounted state

This commit is contained in:
Seth Vidal 2013-03-27 16:19:34 +00:00
parent dc06bfb82f
commit d9b35a72fc

View file

@ -27,7 +27,7 @@
action: mount name=/srv/copr-fe src='LABEL=copr-fe' fstype=ext4 state=mounted
- name: mount up bind mount for postgres
action: mount src=/srv/copr-fe/pgsqldb name=/var/lib/pgsql fstype=auto opts=bind
action: mount src=/srv/copr-fe/pgsqldb name=/var/lib/pgsql fstype=auto opts=bind state=mounted
- name: install copr-fe pkgs
action: yum state=installed name=$item