- name: Setup become: "{{ 'no' if inventory_hostname == 'nas.home.lan' else 'yes' }}" block: - name: Gather facts ansible.builtin.setup: