Merge "Elevate privileges for copying gnocchi policy.json"

This commit is contained in:
Zuul 2019-06-13 19:24:17 +00:00 committed by Gerrit Code Review
commit f0e5f76c64

@ -100,6 +100,7 @@
src: "{{ gnocchi_policy_file_path }}"
dest: "{{ node_config_directory }}/{{ item.key }}/{{ gnocchi_policy_file }}"
mode: "0660"
become: true
register: gnocchi_policy_overwriting
when:
- gnocchi_policy_file is defined