mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Correct RETURN data types for Network modules (#24104)
`path` isn't a datatype
This commit is contained in:
@@ -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'"
|
||||
'''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user