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/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
7 years ago
..
dump_config.py Generate a rst for config and env options from base.yml (#28739) 7 years ago
dump_keywords.py move from with_<lookup>: to loop: 7 years ago
generate_man.py Fix build on Python 3.x by using sys.maxsize. (#30424) 7 years ago
plugin_formatter.py fixed typo in if, restore module docs 7 years ago
testing_formatter.sh Initial ansible-test sanity docs. (#26775) 7 years ago