Files
community.general/lib/ansible/module_utils/network
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
..
2017-12-14 14:37:34 +05:30
2018-01-09 08:33:45 +00:00
2017-12-13 20:57:51 +00:00
2018-01-24 08:15:37 -08:00