-
Notifications
You must be signed in to change notification settings - Fork 342
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
iam_group - add support for setting the path (#1892)
iam_group - add support for setting the path SUMMARY Adds support for the 'path' option on IAM Groups. Adds attached_policies return value. Also refactors create_or_update_group because it was getting large and unwieldy. Splits up test file, and adds tests for policy management ISSUE TYPE Feature Pull Request COMPONENT NAME iam_group ADDITIONAL INFORMATION Reviewed-by: Milan Zink <[email protected]> Reviewed-by: Alina Buzachis
- Loading branch information
Showing
10 changed files
with
641 additions
and
233 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
minor_changes: | ||
- iam_group - add support for setting group path (https://github.com/ansible-collections/amazon.aws/pull/1892). | ||
- iam_group - adds attached_policies return value (https://github.com/ansible-collections/amazon.aws/pull/1892). | ||
- iam_group - code refactored to avoid single long function (https://github.com/ansible-collections/amazon.aws/pull/1892). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.