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

ansible-playbooks/general#85 Linting

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