directory must have x attribute
This commit is contained in:
parent
6a046f4740
commit
b5ef0635bd
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
lvol: vg=vg_guests lv=nova size=100%FREE
|
||||
- filesystem: fstype=ext4 dev=/dev/mapper/vg_guests-nova
|
||||
- mount: name=/var/lib/nova src=/dev/mapper/vg_guests-nova fstype=ext4 state=mounted
|
||||
- file: path=/var/lib/nova/{{item}} owner=nova group=nova mode=0644 state=directory
|
||||
- file: path=/var/lib/nova/{{item}} owner=nova group=nova mode=0755 state=directory
|
||||
with_items:
|
||||
- buckets
|
||||
- images
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue