community.general/lib/ansible/module_utils/facts/system
Sam Doran e7902d888c Make ansible_selinux facts a consistent type (#31065)
* 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
..
__init__.py
apparmor.py
caps.py
chroot.py start of 'is chroot' fact 2017-09-18 16:16:41 -04:00
cmdline.py Cmdline fact uefi 23647 (#25446) 2017-06-08 16:03:29 -04:00
date_time.py
distribution.py Fix ansible_distribution on Ubuntu 10.04 (#31108) 2017-10-03 15:32:33 -04:00
dns.py
env.py
fips.py
local.py
lsb.py
pkg_mgr.py Fix pkg_mgr fact on OpenBSD (#30725) 2017-09-22 14:22:05 -04:00
platform.py
python.py
selinux.py Make ansible_selinux facts a consistent type (#31065) 2017-10-05 09:19:08 -04:00
service_mgr.py
ssh_pub_keys.py
user.py