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

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

parent b5bfa640
No related branches found
No related tags found
No related merge requests found
......@@ -12,4 +12,4 @@
- name: Import fluentd-client
import_tasks: fluentd-client.yml
when: not excluded_roles or "fluentd-client" not in excluded_roles and fluentd_host is defined and fluentd_host != ""
when: (not excluded_roles or "fluentd-client" not in excluded_roles) and fluentd_host is defined and fluentd_host != ""
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