community.general/lib/ansible/modules
Toshio Kuratomi 160f2ace51 Switch from calling exit_json() to returning results
Well organized programs should only have a few successful exit points.

This commit moves all of the successful exit points for the file module
into the main() function.  Other functions return their results to the
main function which can then choose whether there is more procesing to
do before exit or not.
2018-05-11 06:35:03 -07:00
..
cloud Update Jesse Keating's github id (#39904) 2018-05-11 07:38:15 +02:00
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 Switch from calling exit_json() to returning results 2018-05-11 06:35:03 -07: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 Added alexanderzobnin-zabbix-datasource datasource type (#36948) 2018-05-05 15:03:44 -04:00
net_tools LDAP: Refactor and add ldap_passwd module (#33040) 2018-04-27 15:54:05 +05:30
network Adds bigip_device_license module (#39985) 2018-05-10 21:44:59 -07:00
notification removes broken link to old module name (#39249) 2018-04-25 09:23:47 -05:00
packaging apt_key: clarify the keyring option in docs (#39950) 2018-05-11 07:45:20 +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 Fix interfaces_file to accept allow-* (#37847) 2018-05-11 13:47:06 +01: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 Re-adding the init py for modules 2016-12-08 11:35:20 -05:00