mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 18:36:53 +08:00
directory must have x attribute
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user