mirror of https://github.com/ansible/ansible.git
Add a porting guide entry for ansible_distribution facts (#50251)
* Add a porting guide entry for ansible_distribution facts Switching away from platform.distro() will cause changes sometimes due to the new code using new sources of information that may be out of sync with the old ones. Just have to make people aware of that and also what we are doing to mitigate it when appropriate. * wordsmithed, added links for new distro backendpull/50559/head
parent
b967f4dcc1
commit
40e7c7a210
@ -1,5 +1,7 @@
|
||||
---
|
||||
minor_changes:
|
||||
- Python-3.8 removes platform.dist() from the standard library. To maintain
|
||||
compatibility we've switched to an alternative library, nir0s/distro to
|
||||
detect the distribution for fact gathering.
|
||||
compatibility we've switched to an alternative library, nir0s/distro, to
|
||||
detect the distribution for fact gathering. Distributions facts may change
|
||||
slightly as nir0s/distro has bugfixes which the standard library's
|
||||
platform.dist() has lacked.
|
||||
|
Loading…
Reference in New Issue