mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-09 18:04:02 -07:00
Correct RETURN data types for Network modules (#24104)
`path` isn't a datatype
This commit is contained in:
parent
8733253a76
commit
3d4523f231
10 changed files with 11 additions and 11 deletions
|
@ -90,9 +90,9 @@ temporary:
|
|||
type: boolean
|
||||
sample: "True"
|
||||
value:
|
||||
description: value of the property
|
||||
description: value of the property. May be int or string depending on property.
|
||||
returned: always
|
||||
type: int/string (depends on property)
|
||||
type: int
|
||||
sample: "'1024' or 'never'"
|
||||
'''
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue