community.general/lib/ansible/modules/packaging/language
Strahinja Kustudic b89b688d52 Fix pip idempotence in check mode
PIP package names must be case insensitive, and must consider hyphens
and underscores to be equivalent
(https://www.python.org/dev/peps/pep-0426/#name), because of this the
module didn't work correctly in check mode. For example if the passed
package name had a different case or an underscore instead of a hyphen
(or the other way around) compared to the installed package, check mode
reported as changed, even though packages were installed. Now the module
ignores case and hyphens/underscores in package names, so check mode
works correctly.
2018-11-08 17:09:34 -08:00
..
__init__.py
bower.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
bundler.py Correct documentation for deployment_mode flag (#25978) 2018-08-27 19:05:31 -05:00
composer.py composer: add new autoloader options (#40439) 2018-06-06 08:34:53 +02: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 Add the ability to specify an install_dir to the gem module (#38195) 2018-05-21 09:55:43 -04:00
maven_artifact.py maven_artifact: enforce required params (fixes #44823) (#44967) 2018-08-31 11:38:09 -04:00
npm.py Add unsafe_perm flag (#36946) 2018-10-17 21:35:51 +01:00
pear.py Add AnsibleModule signature schema, and fix associated issues (#43512) 2018-07-31 15:04:22 -05:00
pip.py Fix pip idempotence in check mode 2018-11-08 17:09:34 -08:00
yarn.py To improve readability, we added a line feed. (#43764) 2018-08-07 16:07:35 -04:00