ansible-role-elasticsearch/test/integration/debug.yml
2018-01-31 08:14:24 +01:00

6 lines
140 B
YAML

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