Files
community.general/lib/ansible/module_utils
Adrian Likins 3eab636b3f Fix 'distribution' fact for ArchLinux (#30723)
* Fix 'distribution' fact for ArchLinux

Allow empty wasn't breaking out of the process_dist_files
loop, so a empty /etc/arch-release would continue searching
and eventually try /etc/os-release. The os-release parsing
works, but the distro name there is 'Arch Linux' which does
not match the 2.3 behavior of 'Archlinux'

Add a OS_RELEASE_ALIAS map for the cases where we need to get
the distro name from os-release but use an alias.

We can't include 'Archlinux' in SEARCH_STRING because a name match on its keys
but without a match on the content causes a fallback to using the first
whitespace seperated item from the file content as the name.
For os-release, that is in form 'NAME=Arch Linux'

With os-release returning the right name, this also supports the
case where there is no /etc/arch-release, but there is a /etc/os-release

Fixes #30600

* pep8 and comment cleanup
2017-09-25 15:00:31 -04:00
..
2017-09-12 00:11:13 -07:00
2017-06-02 12:14:11 +01:00
2017-09-09 20:26:21 +02:00
2017-08-07 19:46:06 -07:00
2017-09-14 10:59:25 -07:00
2017-06-02 12:14:11 +01:00
2017-07-28 22:10:17 -07:00
2017-06-02 12:14:11 +01:00
2017-06-02 12:14:11 +01:00
2017-09-12 00:11:13 -07:00
2017-06-02 12:14:11 +01:00
2016-02-08 19:10:04 +01:00
2017-06-02 12:14:11 +01:00
2017-06-02 12:14:11 +01:00
2017-07-19 14:51:35 -07:00
2017-06-02 12:14:11 +01:00
2017-09-13 01:53:08 -07:00
2017-06-21 11:19:41 -04:00
2017-06-02 12:14:11 +01:00
2017-06-02 12:14:11 +01:00
2017-09-12 00:11:13 -07:00