Unvendor distutils.version (#3988)

* Unvendor distutils.version.

* Document breaking change.
This commit is contained in:
Felix Fontein 2022-01-08 21:45:02 +01:00 committed by GitHub
commit 29e8f5f8cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 15 additions and 348 deletions

View file

@ -19,6 +19,8 @@ If you encounter abusive behavior violating the [Ansible Code of Conduct](https:
Tested with the current Ansible 2.9, ansible-base 2.10, ansible-core 2.11, ansible-core 2.12 releases and the current development version of ansible-core. Ansible versions before 2.9.10 are not supported.
Parts of this collection do not work with ansible-core before 2.12 (this includes ansible-base and Ansible 2.9) on Python 2.12+.
## External requirements
Some modules and plugins require external libraries. Please check the requirements for each plugin or module you use in the documentation to find out which requirements are needed.