1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-06 16:27:14 +00:00
community.general/lib
Ryan S. Brown a2e6ac6ca8 IAM group modules need module passed
The IAM group modules were not receiving the `module` object, but they
use `module.fail_json()` in their exception handlers. This patch passes
through the module object so the real errors from boto are exposed,
rather than errors about "NoneType has no method `fail_json`".
2016-12-08 11:24:39 -05:00
..
ansible IAM group modules need module passed 2016-12-08 11:24:39 -05:00