mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Fix return types
We're now stricter on naming the return types. Replace string with str.
This commit is contained in:
committed by
Matt Clay
parent
05c6ff79f9
commit
947c4300ee
@@ -132,7 +132,7 @@ RETURN = """
|
||||
result:
|
||||
description: information about performed operation
|
||||
returned: always
|
||||
type: string
|
||||
type: str
|
||||
sample: {
|
||||
"adv_block_ports": true,
|
||||
"adv_netflow": false,
|
||||
|
||||
Reference in New Issue
Block a user