community.general/lib/ansible/module_utils/facts
Adrian Likins f4128746d3 Cmdline fact uefi 23647 (#25446)
* Fix ansible_cmdline initrd fact for UEFI

UEFI cmdline paths use \ path sep which would
get munged by cmdline fact collection.

* Make CmdLineFactCollector easier to test

extract the parsing of the /proc/cmdline content to
_parse_proc_cmdline()

add a wrapper method for get_file_content _get_proc_cmdline()

Add unit tests of _parse_proc_cmdline based on examples
from issue #23647

Fixes #23647
2017-06-08 16:03:29 -04:00
..
hardware Fix manual reference for dmidecode (#25444) 2017-06-07 13:56:15 -04:00
network Facts Refresh (2.4 roadmap) (#23012) 2017-06-01 11:17:49 -04:00
other Facts Refresh (2.4 roadmap) (#23012) 2017-06-01 11:17:49 -04:00
system Cmdline fact uefi 23647 (#25446) 2017-06-08 16:03:29 -04:00
virtual Facts Refresh (2.4 roadmap) (#23012) 2017-06-01 11:17:49 -04:00
__init__.py Facts Refresh (2.4 roadmap) (#23012) 2017-06-01 11:17:49 -04:00
collector.py Facts Refresh (2.4 roadmap) (#23012) 2017-06-01 11:17:49 -04:00
default_collectors.py Facts Refresh (2.4 roadmap) (#23012) 2017-06-01 11:17:49 -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 Facts Refresh (2.4 roadmap) (#23012) 2017-06-01 11:17:49 -04:00