Files
community.general/lib/ansible/module_utils
Ryan S. Brown ddf2a73640 Make it possible to use boto3_conn outside modules
The `boto3_conn` function requires a module argument, and calls
`module.fail_json` if the connection doesn't receive enough arguments.
In non-module settings like inventory scripts, there is no module to be
passed.

The `boto3_inventory_conn` function takes the same arguments except for
`module`, and both call _boto3_conn which doesn't require a module be
passed.
2016-07-06 10:57:31 -04:00
..
2016-04-05 11:06:17 -07:00
2015-04-28 09:36:42 -04:00
2016-06-28 09:44:51 -04:00
2016-02-08 19:10:04 +01:00
2016-07-05 20:25:53 -04:00
2016-05-18 06:18:01 -07:00
2015-11-03 09:53:18 -08:00
2016-06-20 12:11:48 -04:00
2016-05-14 07:51:13 -07:00
2016-07-05 20:27:11 -04:00