ARA Records Ansible and makes it easier to understand and troubleshoot.It is another recursive acronym.
ara is a free and open source project under the GPLv3 license.
1 2 3 4 5 6 7 8 9 10
- name: Set up additional repos include_tasks: "{{ item }}" vars: params: files: - "{{ ansible_facts.distribution }}.yaml" - "{{ ansible_facts.os_family }}.yaml" loop: "{{ query('first_found', params, errors='ignore') }}" - meta: flush_handlers