community.general/lib/ansible/vars
Brian Coca d84df2405d move from with_<lookup>: to loop:
- old functionality is still available direct lookup use, the following are equivalent

  with_nested: [[1,2,3], ['a','b','c']]

  loop: "{{lookup('nested', [1,2,3], ['a','b','c'])}}"

- avoid squashing with 'loop:'
- fixed test to use new intenal attributes
- removed most of 'lookup docs' as these now reside in the plugins
2017-10-10 15:43:49 -04:00
..
__init__.py Transition inventory into plugins (#23001) 2017-05-23 17:16:49 -04:00
hostvars.py fix for getting vars and hostvars without specifying the host 2017-09-05 11:14:00 -04:00
manager.py move from with_<lookup>: to loop: 2017-10-10 15:43:49 -04:00
reserved.py optimize reserved names warning 2017-08-18 17:45:39 -04:00
unsafe_proxy.py Remove wildcard imports 2017-07-28 22:10:17 -07:00