ansible-role-elasticsearch/test/integration/debug.yml

7 lines
140 B
YAML
Raw Normal View History

---
- name: Dump all variables to a file
changed_when: False
copy:
content: '{{ vars | to_nice_json }} '
dest: '/tmp/vars.json'