Skip to content

Commit

Permalink
Fix non-matching defaults in docs (ansible-collections#1576)
Browse files Browse the repository at this point in the history
Fix non-matching defaults in docs

Depends-On: ansible-collections#1579
SUMMARY
Fix various non-matching default values exposed by ansible/ansible#79267.
ISSUE TYPE

Docs Pull Request

COMPONENT NAME
various

Reviewed-by: Markus Bergholz <[email protected]>

This commit was initially merged in https://github.com/ansible-collections/community.aws
See: ansible-collections/community.aws@15568f0
  • Loading branch information
felixfontein authored and alinabuzachis committed Oct 6, 2023
1 parent 5958e63 commit 73fa96f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/modules/iam_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,15 @@
required: false
type: list
elements: str
default: []
aliases: ['managed_policy']
users:
description:
- A list of existing users to add as members of the group.
required: false
type: list
elements: str
default: []
state:
description:
- Create or remove the IAM group.
Expand Down

0 comments on commit 73fa96f

Please sign in to comment.