Skip to content
Snippets Groups Projects
Commit 492ca3e4 authored by jurgenhaas's avatar jurgenhaas
Browse files

Bugfix

parent 4e1457d8
No related branches found
No related tags found
No related merge requests found
......@@ -24,4 +24,4 @@
group: root
mode: 644
when: (not excluded_roles or "fluentd" not in excluded_roles) and inventory_hostname in groups.logserver
when: (not excluded_roles or "fluentd" not in excluded_roles) and 'logserver' in groups and inventory_hostname in groups.logserver
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