mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Merge pull request #459 from dhozac/with_items-variable
Allow a variable in with_items
This commit is contained in:
@@ -17,7 +17,7 @@ class TestUtils(unittest.TestCase):
|
||||
}
|
||||
}
|
||||
|
||||
res = ansible.utils.varLookup('data.who', vars)
|
||||
res = ansible.utils._varLookup('data.who', vars)
|
||||
|
||||
assert sorted(res) == sorted(vars['data']['who'])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user