mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 19:52:06 +00:00
14 lines
351 B
YAML
14 lines
351 B
YAML
|
- name: Print some debug information
|
||
|
vars:
|
||
|
msg: |
|
||
|
Module Variables ("vars"):
|
||
|
--------------------------------
|
||
|
{{ vars | to_nice_json }}
|
||
|
|
||
|
Environment Variables ("environment"):
|
||
|
--------------------------------
|
||
|
{{ environment | to_nice_json }}
|
||
|
|
||
|
debug:
|
||
|
msg: "{{ msg.split('\n') }}"
|