community.general/lib/ansible/module_utils/facts
Jeremiah Mahler ffbc9d99de fix Amazon system-release version parsing (#51521)
Previously it was assumed that the Amazon system-release
number was the final value of the string.  This isn't always
the case.  Some releases have the name at the end.

  Amazon Linux release 2
  Amazon Linux release 2 (Karoo)

Fix by instead looking for a number in the string.

Fixes #48823
2019-02-07 17:58:34 -05:00
..
hardware parallelize getting mount info (#49398) 2019-01-23 12:33:59 -05:00
network Add network fact to obtain FC WWN initiator ports (#37043) 2019-01-31 21:59:38 +00:00
other
system fix Amazon system-release version parsing (#51521) 2019-02-07 17:58:34 -05:00
virtual facts: set virtualization_role for KVM hosts (#50770) 2019-01-17 09:47:16 +01:00
__init__.py
ansible_collector.py
collector.py
compat.py
default_collectors.py Add network fact to obtain FC WWN initiator ports (#37043) 2019-01-31 21:59:38 +00:00
namespace.py
sysctl.py
timeout.py Make the timeout decorator raise an exception out of the function's scope (#49921) 2018-12-18 18:01:46 -08:00
utils.py