mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
13 lines
351 B
YAML
13 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') }}"
|