mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-26 06:31:23 -07:00
Fix RETURN section document in iam_role.py (#28430)
This commit is contained in:
parent
c00ad0868e
commit
e0a5b7d7ea
1 changed files with 56 additions and 51 deletions
|
@ -90,6 +90,11 @@ EXAMPLES = '''
|
||||||
|
|
||||||
'''
|
'''
|
||||||
RETURN = '''
|
RETURN = '''
|
||||||
|
iam_role:
|
||||||
|
description: dictionary containing the IAM Role data
|
||||||
|
returned: success
|
||||||
|
type: complex
|
||||||
|
contains:
|
||||||
path:
|
path:
|
||||||
description: the path to the role
|
description: the path to the role
|
||||||
type: string
|
type: string
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue