Merge "Ensure that policy file has correct group/mode"

This commit is contained in:
Jenkins 2017-05-24 23:56:16 +00:00 committed by Gerrit Code Review
commit 6e0cf4dcdf
1 changed files with 3 additions and 0 deletions

View File

@ -45,6 +45,9 @@
copy:
src: "/etc/aodh/policy.json-{{ aodh_venv_tag }}"
dest: "/etc/aodh/policy.json"
owner: "root"
group: "{{ aodh_system_group_name }}"
mode: "0640"
remote_src: yes
- name: Start services