Commit Graph

3 Commits (14583e4f9d45e89e3d8e1273b7a29c7ed9cdbb89)

Author SHA1 Message Date
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
8 years ago
Dag Wieers 47738eb1dd docs: PEP8 compliance (#24681)
- Make PEP8 compliant
9 years ago
Brian Coca 424e1946f4 moved docs generation and templates to docs/ 9 years ago