Skip to content
Snippets Groups Projects
Commit 0ca59247 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Escalate privileges when copy fluentd custom config"

parents 21acfde7 42deff5c
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment