quick_test/ice_cream2.yml
2025-01-27 17:32:23 -05:00

14 lines
251 B
YAML

---
- 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 }}