Merge "Ensure that policy file has correct group/mode"
This commit is contained in:
commit
12ba6009f9
@ -45,6 +45,9 @@
|
||||
copy:
|
||||
src: "/etc/glance/policy.json-{{ glance_venv_tag }}"
|
||||
dest: "/etc/glance/policy.json"
|
||||
owner: "root"
|
||||
group: "{{ glance_system_group_name }}"
|
||||
mode: "0640"
|
||||
remote_src: yes
|
||||
|
||||
- name: Start services
|
||||
|
Loading…
x
Reference in New Issue
Block a user