community.general/lib/ansible/module_utils/facts/system
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
..
__init__.py
apparmor.py
caps.py
chroot.py
cmdline.py
date_time.py
distribution.py fix Amazon system-release version parsing (#51521) 2019-02-07 17:58:34 -05:00
dns.py
env.py
fips.py
local.py
lsb.py Fixes #25725: strip quotes from lsb_release and distribution description. (#31143) 2019-01-11 12:07:26 -05:00
pkg_mgr.py correctly detect pkg_mgr on fedora/rhel/centos rpm-ostree installed (#49256) 2019-02-07 15:16:38 -05:00
platform.py
python.py
selinux.py
service_mgr.py
ssh_pub_keys.py
user.py