community.general/lib/ansible/modules/packaging
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
..
language Allow empty list of names in pip module (#38789) 2018-05-14 14:51:10 +02:00
os added check mode spport to package_facts (#39801) 2018-05-11 14:04:08 -04:00
__init__.py