Skip to content
Snippets Groups Projects
Commit 25e6ca63 authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-playbooks/general#85 Fix some complex when statements

parent 86c7c41e
Branches
No related tags found
No related merge requests found
...@@ -24,4 +24,4 @@ ...@@ -24,4 +24,4 @@
group: root group: root
mode: 644 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 inventory_hostname in groups.logserver
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment