mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 03:00:23 -07:00
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. |
||
---|---|---|
.. | ||
__init__.py | ||
aws.py | ||
backup.py | ||
cloudstack.py | ||
ec2.py | ||
eos.py | ||
files.py | ||
ios.py | ||
iosxr.py | ||
junos.py | ||
mysql.py | ||
nxos.py | ||
openstack.py | ||
openswitch.py | ||
rackspace.py | ||
validate.py | ||
vca.py | ||
vmware.py |