mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Convert to reduced list of known types (#50010)
This commit is contained in:
committed by
Jordan Borean
parent
fcd1486b51
commit
05c6ff79f9
@@ -42,7 +42,7 @@ RETURN = '''
|
||||
data:
|
||||
description: DigitalOcean account facts
|
||||
returned: success
|
||||
type: dictionary
|
||||
type: dict
|
||||
sample: {
|
||||
"droplet_limit": 10,
|
||||
"email": "testuser1@gmail.com",
|
||||
|
||||
@@ -100,7 +100,7 @@ RETURN = '''
|
||||
id:
|
||||
description: Unique identifier of a Block Storage volume returned during creation.
|
||||
returned: changed
|
||||
type: string
|
||||
type: str
|
||||
sample: "69b25d9a-494c-12e6-a5af-001f53126b44"
|
||||
'''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user