mirror of
https://github.com/zebrajr/ansible.git
synced 2025-12-06 12:19:53 +01:00
8 lines
147 B
YAML
8 lines
147 B
YAML
- hosts: localhost
|
|
gather_facts: no
|
|
tasks:
|
|
- debug:
|
|
msg: |
|
|
{{ '"hi \udc80 mom"' | from_json }}
|
|
ignore_errors: true
|