Ensure that policy file has correct group/mode

When the policy file is copied from the templated
file to the active file, it loses its group/mode
settings. This patch ensures that they are properly
replicated during the copy.

Change-Id: I30a371cbfd247dfaccfd6367555bf5b732eef689
This commit is contained in:
Jesse Pretorius 2017-05-23 23:41:35 +01:00
parent d713fbc6e5
commit 305414cee1
1 changed files with 3 additions and 0 deletions

View File

@ -49,6 +49,9 @@
copy:
src: "/etc/gnocchi/policy.json-{{ gnocchi_venv_tag }}"
dest: "/etc/gnocchi/policy.json"
owner: "root"
group: "{{ gnocchi_system_group_name }}"
mode: "0640"
remote_src: yes
- name: Start services