More new stuff
This commit is contained in:
13
ice_cream2.yml
Normal file
13
ice_cream2.yml
Normal 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 }}
|
Reference in New Issue
Block a user