3e70e176 by Gustavo Calcaterra Committed by DevOps

Fix vars_files

1 parent e6943925
......@@ -3,12 +3,12 @@
- name: Playbook para instalar beats
hosts: "{{ server | default('beat', true) }}"
become: true
vars_files:
- "vars/{{ env }}.yml"
tasks:
- name: Install beats
include_role:
name: beat
vars_files:
- "vars/{{ env }}.yml"
vars:
- beat_name: "{{ item.beat_name }}"
- rpm_name: "{{ item.rpm_name }}"
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!