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