mirror of https://github.com/ansible/ansible.git
* [stable-2.8] Get minor version number for CentOS and Debian (#57814)
* Get the most detailed version number from distro.version() for CentOS and Debian
* Update tests and fixtures
* Update fixture generation script to gather distro info and work with Python 3
* Update LinuxMint fixtures
* Cleanup fixture formatting
* Improvements based on feedback from abadger:
- use unicode since that is what distro returns
- use frozenset with a tuple
- include link Debian to bug
(cherry picked from commit ab6a9ef130)
Co-authored-by: Sam Doran <sdoran@redhat.com>
* Add a changelog for the version number in facts change
pull/58583/head
parent
a553474ca8
commit
6e7fcf38a8
@ -0,0 +1,6 @@
|
||||
---
|
||||
bugfixes:
|
||||
- facts - Restore the minor version number for CentOS and Debian. Debian has
|
||||
a minor release number but doesn't put it in os-release. CentOS doesn't have
|
||||
a minor version number but users want to try to match CentOS versions to RHEL
|
||||
equivalents so we grab the RHEL version instead.
|
||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue