1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-07-03 17:18:54 +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:
Jordan Borean 2018-11-01 00:30:37 +10:00 committed by Martin Krizek
parent f536944e3a
commit 73141d5035
2 changed files with 10 additions and 2 deletions

View file

@ -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
=======