remove query/q (#36315)

* remove query/q

remove and fixed tests for removed func

* paren fix
This commit is contained in:
Brian Coca
2018-02-21 10:42:54 -05:00
committed by GitHub
parent 5d0ed38e3a
commit b47d2e07e1
3 changed files with 2 additions and 56 deletions

View File

@@ -299,7 +299,7 @@
- name: Test that we can give a list of values to var and receive a list of values back
set_fact:
var_host_info: '{{ query("vars", "ansible_host", "ansible_user") }}'
var_host_info: '{{ lookup("vars", "ansible_host", "ansible_user", wantlist=True) }}'
- assert:
that: