- hosts: all become: true tasks: - name: is this a livecd? debug: msg: "{{ ansible_nodename }} {{ ansible_nodename == 'archiso' }}"