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

Merge "Only copy custom fluentd filters when fluentd is enabled"

parents 47b94cb6 7c046ee9
No related branches found
No related tags found
No related merge requests found
......@@ -137,6 +137,7 @@
pattern: "*.conf"
run_once: True
register: find_custom_fluentd_filters
when: enable_fluentd | bool
- name: Copying over custom fluentd filter config files
template:
......@@ -146,6 +147,7 @@
become: true
register: fluentd_filter_custom
with_items: "{{ find_custom_fluentd_filters.files }}"
when: enable_fluentd | bool
notify:
- Restart fluentd container
......
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