bbd58589 by Gustavo Calcaterra Committed by Javier Franco

Add true to default for hosts variable

1 parent 6ecc0da9
---
#Example comment 2
- name: Playbook para instalar beats
hosts: "{{ server | default('beat') }}"
hosts: "{{ server | default('beat', true) }}"
become: true
tasks:
- name: Install beats
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!