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

Fix syntax

parent 476000a8
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@
- name: Import elasticsearch
import_tasks: elasticsearch.yml
when: groups['logserver'] is defined and inventory_hostname in groups['logserver'] and elasticsearch_install|default(yes)
when: groups['logserver'] is defined and inventory_hostname in groups['logserver'] and elasticsearch_install|default('yes')
- name: Import haproxy
import_tasks: haproxy.yml
......
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