More new stuff

This commit is contained in:
2025-01-27 17:32:23 -05:00
parent 7a93d8d72a
commit 6eedbd74e0
13 changed files with 231 additions and 4 deletions

13
ice_cream2.yml Normal file
View File

@ -0,0 +1,13 @@
---
- 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 }}