community.general/lib/ansible/modules
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
..
cloud os_server_facts: support all_projects (#44800) 2018-11-08 17:05:12 -05:00
clustering Add to k8s_raw docs re: vault-encrypted files (#47328) 2018-10-28 16:17:44 +10:00
commands command modules: optional stdin_add_newline (#45170) 2018-10-31 12:53:02 -04:00
crypto Type error in openssl_certificate (#47508) 2018-10-26 09:11:00 +05:30
database Update proxysql_manage_config.py (#47613) 2018-10-26 11:35:01 +10:00
files Fix regression in synchronize when using ssh passwords 2018-11-05 15:06:35 -08:00
identity Added nonstring='passthru' when calling to_native to avoid passing a 'None' string to the ipa client (#48157) 2018-11-06 12:17:07 +00:00
inventory Fix typo in group_by module (#41627) 2018-06-18 15:33:08 +05:30
messaging BOTMETA: Move rabbitmq modules to own directory (#46064) 2018-10-30 14:54:38 -05:00
monitoring fix boolean logic for overwrite parameter (#47916) 2018-11-05 12:59:01 +00:00
net_tools ldap_attr bugfix (#48009) 2018-11-05 17:20:37 +00:00
network ios_facts: Strip header from running-config (#48047) 2018-11-08 20:28:47 +05:30
notification Add threading to slack notification module (#47333) 2018-11-06 12:04:07 -05:00
packaging Fix pip idempotence in check mode 2018-11-08 17:09:34 -08:00
remote_management ucs_service_profile_template and integration tests (#48277) 2018-11-08 18:42:20 +00:00
source_control Added gitlab_runner module (#47727) 2018-11-06 12:09:17 +00:00
storage IBM_Storage: docs and author changes as requested by Ansible team (#48158) 2018-11-07 14:52:19 -06:00
system user: fix removing the expiry time when it's 0 (#47115) 2018-11-07 16:44:34 -05:00
utilities a more in depth doc on cacheable option (#47878) 2018-11-07 11:06:00 -05:00
web_infrastructure Add survey_spec parameter to module. (#48182) 2018-11-07 13:09:40 +01:00
windows win_updates: Add post search category matching to support product matching (#45708) 2018-11-07 19:32:07 +10:00
__init__.py Re-adding the init py for modules 2016-12-08 11:35:20 -05:00