diff --git a/tasks/glance_install.yml b/tasks/glance_install.yml index b3b98806..9cd5a4d8 100644 --- a/tasks/glance_install.yml +++ b/tasks/glance_install.yml @@ -47,6 +47,8 @@ file: path: "{{ item.local_path }}" state: directory + owner: "{{ glance_system_user_name }}" + group: "{{ glance_system_group_name }}" mode: "0755" with_items: "{{ glance_nfs_client }}"