diff --git a/tasks/glance_pre_install.yml b/tasks/glance_pre_install.yml index 05dd014a..35645e7e 100644 --- a/tasks/glance_pre_install.yml +++ b/tasks/glance_pre_install.yml @@ -38,7 +38,7 @@ mode: "{{ item.mode|default('0755') }}" with_items: - { path: "/openstack", mode: "0755", owner: "root", group: "root" } - - { path: "/etc/glance" } + - { path: "/etc/glance", mode: "0755" } - { path: "/var/cache/glance" } - { path: "{{ glance_system_user_home }}" } - { path: "{{ glance_system_user_home }}/cache/api", mode: "0700" }