mirror of https://github.com/ansible/ansible.git
Emit warning when running on the controller with a Python older than 3.8 (#72467)
* Emit warning when running on the controller with a Python older than 3.8 * Add spaces Co-authored-by: Matt Clay <matt@mystile.com> * and more spaces Co-authored-by: Matt Clay <matt@mystile.com> * s/Py/Python/ Co-authored-by: Matt Clay <matt@mystile.com> * Add note to Control node requirements about Py3.8 requirement * Add collection_name to deprecated call * more spaces Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua> * Clarify that we are only packaging for py3.8+ Co-authored-by: Matt Clay <matt@mystile.com> Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>pull/72552/head
parent
09ad4baf5b
commit
96ad5b799e
@ -0,0 +1,4 @@
|
|||||||
|
minor_changes:
|
||||||
|
- Controller - Add warning for Ansible 2.11 when running a Python version older than Python 3.8
|
||||||
|
to inform users that 2.12 will only support Python 3.8 and newer on the controller. Starting
|
||||||
|
with Ansible 2.11, the project will only be packaged for Python 3.8 and newer.
|
Loading…
Reference in New Issue