Merge "Escalate privileges when copy fluentd custom config"

This commit is contained in:
Zuul 2018-04-06 02:09:01 +00:00 committed by Gerrit Code Review
commit 0ca5924752

View File

@ -88,6 +88,8 @@
template:
src: "{{ item.path }}"
dest: "{{ node_config_directory }}/fluentd/output/{{ item.path | basename }}"
mode: "0660"
become: true
register: fluentd_output_custom
when:
- enable_fluentd | bool
@ -137,6 +139,8 @@
template:
src: "{{ item.path }}"
dest: "{{ node_config_directory }}/fluentd/filter/{{ item.path | basename }}"
mode: "0660"
become: true
register: fluentd_filter_custom
with_items: "{{ find_custom_fluentd_filters.files }}"
notify: