1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible
Dag Wieers 3dfede5642
ACI: Implement aci.boolean() to return an ACI boolean (#35610)
* ACI: Implement aci.boolean() to return an ACI boolean

A boolean value in ACI is not always standardized to yes/no.
Sometimes we have active/inactive, or enabled/disabled
Whereas the interface we want is a true YAML boolean.

We did not modify enabled/disabled values at this time.
I first want to determine if this implementation is acceptable.

* Support enabled/disabled as well, with deprecation messages

* Fix typo

* Fix PEP8 issue

* Ensure the aci object exists before using it

* Add comment to ensure this gets fixed in v2.9

* Fix typo
2018-02-02 18:54:48 +01:00
..
cli Module deprecation: docs, scheme and tests (#34100) 2018-01-30 12:23:52 +00:00
compat Create a short license for PSF and MIT. (#32212) 2017-11-06 10:25:30 -08:00
config spelling (#35258) 2018-01-24 11:36:40 +00:00
errors Make AnsibleActionDone a private exception 2018-01-22 23:36:34 -08:00
executor Recursively remove args with omit as as their value, to match suboptions in argument_spec (#35299) 2018-01-26 11:07:04 -06:00
galaxy galaxy remove incorrect check for role path before extraction (#35259) 2018-01-30 10:40:25 -06:00
inventory add inventory caching & use in virtualbox inventory plugin (#34510) 2018-01-22 19:33:14 -05:00
module_utils ACI: Implement aci.boolean() to return an ACI boolean (#35610) 2018-02-02 18:54:48 +01:00
modules ACI: Implement aci.boolean() to return an ACI boolean (#35610) 2018-02-02 18:54:48 +01:00
parsing Guard against assignments that are not ast.Name in docs parsing (#35513) 2018-01-30 12:56:16 -06:00
playbook Use value of delegated transport for var lookup (#35658) 2018-02-02 17:17:19 +01:00
plugins Fix paramiko connections to hosts with uppercase characters (#35555) 2018-02-02 10:08:40 -05:00
template Check that AnsibleUndefinedVariable doesn't occur when an unused variable references an undefined variable (#35571) 2018-02-02 09:25:13 -08:00
utils Make an aws_credentials documentation fragment for plugins using environment vars (#35578) 2018-02-02 08:50:11 -05:00
vars Don't skip an inventory source just because it has a comma (#35002) 2018-01-24 09:44:55 -06:00
__init__.py
constants.py Move module_set_locale and module_lang back to global 2018-01-22 18:38:15 -08:00
release.py Bump the versions now that devel is 2.5 2017-09-06 13:13:57 -07:00