9a7873c8 by Gustavo Calcaterra

Make test beat connection a little more idempotent

1 parent 852bafe9
......@@ -15,7 +15,7 @@
- name: Test {{ beat_name }} connection
shell: '{{ beat_name }} test output'
register: result
ignore_errors: yes
changed_when: "result.rc != 0"
- name: Test connection output
debug:
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!