add mounted state
This commit is contained in:
parent
dc06bfb82f
commit
d9b35a72fc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue