ansible/docs/bin
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
..
dump_config.py Generate a rst for config and env options from base.yml (#28739) 2017-08-31 10:11:05 -04:00
dump_keywords.py move from with_<lookup>: to loop: 2017-10-10 15:43:49 -04:00
generate_man.py Fix build on Python 3.x by using sys.maxsize. (#30424) 2017-09-19 16:23:16 -04:00
plugin_formatter.py fixed typo in if, restore module docs 2017-09-24 10:18:21 -04:00
testing_formatter.sh Initial ansible-test sanity docs. (#26775) 2017-07-14 14:24:45 +01:00