community.general/lib/ansible/module_utils/facts
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
..
hardware facts: fix SPARC cpu count on linux (#30261) 2017-09-22 14:48:00 -04:00
network Support NetBSD 7.1+ style ifconfig -a output (#25442) 2017-06-08 17:09:22 -04:00
other Facts Refresh (2.4 roadmap) (#23012) 2017-06-01 11:17:49 -04:00
system Make ansible_selinux facts a consistent type (#31065) 2017-10-05 09:19:08 -04:00
virtual Fix ansible_virtualization_role fact on CloudLinux (#27191) 2017-08-30 12:25:57 -04:00
__init__.py Add 2.0-2.3 facts api compat (ansible_facts(), get_all_facts()) (#27294) 2017-08-01 12:51:33 -04:00
ansible_collector.py Mv AnsibleFactCollector back to module_utils (#26150) 2017-07-11 10:44:22 -04:00
collector.py Fix fact failures cause by ordering of collectors (#30777) 2017-09-28 10:36:22 -04:00
compat.py Add 2.0-2.3 facts api compat (ansible_facts(), get_all_facts()) (#27294) 2017-08-01 12:51:33 -04:00
default_collectors.py Fix fact failures cause by ordering of collectors (#30777) 2017-09-28 10:36:22 -04:00
namespace.py Facts Refresh (2.4 roadmap) (#23012) 2017-06-01 11:17:49 -04:00
sysctl.py Facts Refresh (2.4 roadmap) (#23012) 2017-06-01 11:17:49 -04:00
timeout.py Facts Refresh (2.4 roadmap) (#23012) 2017-06-01 11:17:49 -04:00
utils.py Correctly write SELinux config file (#31251) 2017-10-03 23:38:58 -04:00