mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 13:50:22 -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 = '''
|
||||
iam_role:
|
||||
description: dictionary containing the IAM Role data
|
||||
returned: success
|
||||
type: complex
|
||||
contains:
|
||||
path:
|
||||
description: the path to the role
|
||||
type: string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue