You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/changelogs/fragments/platform-dist-to-nir0s-dist...

8 lines
347 B
YAML

---
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. Distributions facts may change
slightly as nir0s/distro has bugfixes which the standard library's
platform.dist() has lacked.