ansible/lib/ansible
David Wittman 5036d1742c Fix boolean choices in module docs fragments
A few of the docs fragments have the available choices for some params
defined as "BOOLEANS". Because choices accepts a list, it treats
"BOOLEANS" as an iterable and then generates a list composed of each
letter.

Instead, define the available choices as a list of `['yes', 'no']`,
as is common in most other modules.
2016-03-27 15:30:27 -05:00
..
cli Should be errors=strict since we don't want to end up matching hosts like '???' 2016-03-24 09:25:37 -07:00
compat
config
errors Add options to make includes 'static' 2016-03-24 10:12:51 -04:00
executor Fix --start-at-task which was broken by the setup task revamp 2016-03-25 11:32:19 -04:00
galaxy Remove trailing whitespace from the galaxy init Jinja2 template. Default a description. 2016-03-15 16:27:33 -05:00
inventory Don't process the same host multiple times 2016-03-24 16:43:43 -07:00
module_utils avoid bad path entries 2016-03-23 09:30:48 -07:00
modules Update submodule refs 2016-03-25 07:42:04 -07:00
new_inventory
parsing show error context in args splitter exception 2016-03-24 16:50:21 +03:00
playbook fixed some breaks after merging ansible/devel 2016-03-24 22:09:41 +01:00
plugins Merge pull request #15163 from ansible/synchronize-connection-vs-play_context 2016-03-27 10:24:46 -07:00
template Merge pull request #14504 from bcoca/template_comments 2016-03-06 10:45:18 -05:00
utils Fix boolean choices in module docs fragments 2016-03-27 15:30:27 -05:00
vars Make default var lookup for tasks follow the dep chain 2016-03-24 09:51:36 -04:00
__init__.py
constants.py Add options to make includes 'static' 2016-03-24 10:12:51 -04:00
test-requirements.txt