community.general/lib/ansible/modules/packaging/language
Robin Roth d6e711b1de Allow empty list of names in pip module (#38789)
pip 10 gives exit code 1 for empty argument lists (pip < 10 gave exit 0)
see also https://github.com/pypa/pip/pull/4210

To still allow playbooks to pass when giving empty lists, don't call
pip in that case, but show a warning.
2018-05-14 14:51:10 +02:00
..
__init__.py
bower.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
bundler.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
composer.py More validate module fixes (#39097) 2018-04-24 18:05:50 +01:00
cpanm.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
easy_install.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
gem.py More validate module fixes (#39097) 2018-04-24 18:05:50 +01:00
maven_artifact.py #29334 handle maven local repo (#36159) 2018-03-29 16:16:46 -04:00
npm.py More validate module fixes (#39097) 2018-04-24 18:05:50 +01:00
pear.py Convert more http links to https. 2018-04-25 23:12:46 -07:00
pip.py Allow empty list of names in pip module (#38789) 2018-05-14 14:51:10 +02:00
yarn.py Add Yarn module (#19026) 2018-04-18 08:19:38 -05:00