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/test/units/module_utils
Sam Doran e7902d888c Make ansible_selinux facts a consistent type ()
* Make ansible_selinux facts a consistent type

Rather than returning a bool if the Python library is missing, return a dict with one key containing a message explaining there is no way to tell the status of SELinux on the system becasue the Python library is not present.

* Fix unit test
2017-10-05 09:19:08 -04:00
..
aws
basic
cloud [cloud] Add more configurable backoff implementations to CloudRetry/AWSRetry () 2017-08-08 08:56:46 -04:00
ec2 AWSRetry: allow retrying on additional ClientError exceptions () 2017-08-22 15:31:20 -04:00
facts Make ansible_selinux facts a consistent type () 2017-10-05 09:19:08 -04:00
gcp Fix dangerous default args. () 2017-09-12 00:11:13 -07:00
json_utils Enable more pylint rules and fix reported issues. () 2017-09-18 23:20:32 -07:00
parsing
__init__.py
test_aci.py Clean up ACI error text () 2017-09-18 11:51:58 -07:00
test_basic.py Fix fallback and boolean check in argspec () 2017-08-10 12:10:18 -07:00
test_database.py
test_distribution_version.py Fix ansible_distribution on Ubuntu 10.04 () 2017-10-03 15:32:33 -04:00
test_known_hosts.py
test_network_common.py
test_postgresql.py
test_text.py