- name: Setup become: "{{ 'no' if inventory_hostname in ['sectorq.cloud', 'nas.home.lan'] else 'yes' }}" any_errors_fatal: false ignore_unreachable: true block: - name: Gather facts ansible.builtin.setup: