--- - name: Run Optional versionscheck ansible.builtin.include_tasks: versioncheck.yml when: submodules_versioncheck | bool - name: Gather os specific variables ansible.builtin.include_vars: "{{ item }}" with_first_found: - "vars/{{ ansible_os_family }}.yml" - "vars/os_fallback.yml" - name: Install MDNS requirements ansible.builtin.include_tasks: install.yml - name: Configure /etc/nsswitch.conf ansible.builtin.include_tasks: nsswitch.yml when: avahi_client__configure_nsswitch | bool