mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
pip: produce better error msg on import error (#47743)
* pip: produce better error msg on import error * Added porting guide entry for 2.7
This commit is contained in:
committed by
Martin Krizek
parent
f536944e3a
commit
73141d5035
@@ -221,6 +221,10 @@ Noteworthy module changes
|
||||
|
||||
#> ansible -m include_role -a 'name=myrole' all
|
||||
|
||||
* The ``pip`` module has added a dependency on ``setuptools`` to support version requirements, this requirement is for
|
||||
the Python interpreter that executes the module and not the Python interpreter that the module is managing.
|
||||
|
||||
|
||||
Plugins
|
||||
=======
|
||||
|
||||
|
||||
Reference in New Issue
Block a user