Merge "Ensure that policy file has correct group/mode" into stable/ocata

This commit is contained in:
Jenkins 2017-06-06 17:40:10 +00:00 committed by Gerrit Code Review
commit 852c31b06f
1 changed files with 3 additions and 0 deletions

View File

@ -46,6 +46,9 @@
copy:
src: "/etc/designate/policy.json-{{ designate_venv_tag }}"
dest: "/etc/designate/policy.json"
owner: "root"
group: "{{ designate_system_group_name }}"
mode: "0640"
remote_src: yes
- name: Start services