mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Removing test for map filter until we can figure out how that's supposed to work
This commit is contained in:
parent
e7804a6fdd
commit
749fbd43ef
1 changed files with 0 additions and 1 deletions
|
@ -77,4 +77,3 @@
|
||||||
- "31 == ['x','y']|map('extract',{'x':42,'y':31})|list|last"
|
- "31 == ['x','y']|map('extract',{'x':42,'y':31})|list|last"
|
||||||
- "'local' == ['localhost']|map('extract',hostvars,'ansible_connection')|list|first"
|
- "'local' == ['localhost']|map('extract',hostvars,'ansible_connection')|list|first"
|
||||||
- "'local' == ['localhost']|map('extract',hostvars,['ansible_connection'])|list|first"
|
- "'local' == ['localhost']|map('extract',hostvars,['ansible_connection'])|list|first"
|
||||||
- "'amazon' == ['localhost']|map('extract',hostvars,['group_names',0])|list|first"
|
|
||||||
|
|
Loading…
Reference in a new issue