--- - name: Display ASCII Art hosts: localhost gather_facts: false vars: ascii_art: "{{ lookup('template', 'ice_cream_cone.j2') }}" tasks: - name: Print ASCII Art ansible.builtin.debug: msg: > {{ ascii_art }}