You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/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
7 years ago
..
api docs: PEP8 compliance (#24681) 7 years ago
bin move from with_<lookup>: to loop: 7 years ago
docsite move from with_<lookup>: to loop: 7 years ago
man added docs to CLI docstringsadded 7 years ago
templates fix misformatted docsite link (#31384) 7 years ago