Merge "Enable setting of ceilometer as a non-root user"

This commit is contained in:
Zuul 2018-10-22 16:06:35 +00:00 committed by Gerrit Code Review
commit 278e04fcc9

View File

@ -121,6 +121,7 @@
template:
src: "pipeline.yaml.j2"
dest: "{{ node_config_directory }}/{{ item.key }}/pipeline.yaml"
become: true
register: ceilometer_pipelines
when:
- inventory_hostname in groups[item.value.group]