Update tests to work with dynamic es_versions
This commit is contained in:
parent
92244a7a71
commit
94b059080b
23 changed files with 127 additions and 65 deletions
6
test/integration/debug.yml
Normal file
6
test/integration/debug.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
- name: Dump all variables to a file
|
||||
changed_when: False
|
||||
copy:
|
||||
content: '{{ vars | to_nice_json }} '
|
||||
dest: '/tmp/vars.json'
|
||||
Loading…
Add table
Add a link
Reference in a new issue