community.general/lib/ansible/modules
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
..
cloud VMware: Check device type explicitly (#38729) 2018-05-14 16:12:31 +05:30
clustering consul_kv: decodes kv values from Consul to utf-8 (#35894) 2018-03-22 14:56:38 -07:00
commands expect: Fix typo in examples (#39900) 2018-05-09 13:55:17 +02:00
crypto More validate module fixes (#39097) 2018-04-24 18:05:50 +01:00
database influxdb_query: fix use of common return results (#39626) 2018-05-05 14:11:42 +02:00
files add state parameter to patch module (#33692) 2018-05-12 04:58:12 -04:00
identity keycloak_client: add aliases for module options (matching API) (#39507) 2018-05-01 14:10:41 -05:00
inventory Fix invalid string escape sequences. 2017-11-21 20:59:08 -08:00
messaging rabbitmq_bindings rewrite (#35651) 2018-05-05 10:26:47 -04:00
monitoring icinga2_feature: fix module in check_mode (#39853) 2018-05-14 16:14:42 +05:30
net_tools LDAP: Refactor and add ldap_passwd module (#33040) 2018-04-27 15:54:05 +05:30
network fix nxos_ping issues (#40028) 2018-05-14 11:29:18 +05:30
notification removes broken link to old module name (#39249) 2018-04-25 09:23:47 -05:00
packaging Allow empty list of names in pip module (#38789) 2018-05-14 14:51:10 +02:00
remote_management Allow subspec defaults to be processed when the parent argument is not supplied (#38967) 2018-05-07 11:23:13 -05:00
source_control git: clarify the archive option in docs (#39956) 2018-05-10 14:39:42 +02:00
storage More validate module fixes (#39097) 2018-04-24 18:05:50 +01:00
system added check mode spport to package_facts (#39801) 2018-05-11 14:04:08 -04:00
utilities Update missed private doc for import_role (#39873) 2018-05-08 15:46:45 -05:00
web_infrastructure Improving documentation: make more general (less Let's Encrypt specific), and improve formatting. (#39979) 2018-05-11 03:45:11 -04:00
windows Broken link to MSDN (#39814) 2018-05-07 20:16:23 +01:00
__init__.py