mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
remove query/q (#36315)
* remove query/q remove and fixed tests for removed func * paren fix
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user