Files
community.general/lib/ansible/utils/module_docs_fragments
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
..
2015-05-12 12:18:55 -04:00
2015-05-12 12:18:55 -04:00
2015-07-14 10:07:59 -04:00
2016-02-15 14:13:20 -05:00
2016-01-19 14:51:06 -05:00
2015-09-14 21:11:40 +02:00
2015-05-12 12:18:55 -04:00
2015-07-21 18:03:55 -07:00
2016-01-12 11:06:22 -06:00
2016-01-12 11:06:22 -06:00