Merge "Escalate privileges when copy fluentd custom config"
This commit is contained in:
commit
0ca5924752
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user