2018-12-11 01:04:14 +00:00
|
|
|
---
|
|
|
|
minor_changes:
|
|
|
|
- Python-3.8 removes platform.dist() from the standard library. To maintain
|
2019-01-04 18:03:56 +00:00
|
|
|
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.
|