1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/docs
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
..
api docs: PEP8 compliance (#24681) 2017-05-30 18:08:25 +01:00
bin move from with_<lookup>: to loop: 2017-10-10 15:43:49 -04:00
docsite move from with_<lookup>: to loop: 2017-10-10 15:43:49 -04:00
man added docs to CLI docstringsadded 2017-03-24 15:52:36 -04:00
templates fix misformatted docsite link (#31384) 2017-10-05 18:52:30 -07:00