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

ansible-playbooks/general#85 Linting

parent 70f85462
No related branches found
No related tags found
No related merge requests found
---
elasticsearch:
purge:
- index: logstash
......
......@@ -9,17 +9,17 @@
- block:
- import_tasks: install.yml
- import_tasks: install.yml
- include_tasks: index.yml
with_items:
- haproxy
- ansible
- uptime
loop_control:
loop_var: index
- include_tasks: index.yml
with_items:
- haproxy
- ansible
- uptime
loop_control:
loop_var: index
- import_tasks: purge.yml
- import_tasks: readonly.yml
- import_tasks: purge.yml
- import_tasks: readonly.yml
when: not excluded_roles or "elasticsearch" not in excluded_roles
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