mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Convert to reduced list of known types (#50010)
This commit is contained in:
committed by
Jordan Borean
parent
fcd1486b51
commit
05c6ff79f9
@@ -94,11 +94,11 @@ changes:
|
||||
path:
|
||||
description: Path to value changed
|
||||
returned: always
|
||||
type: string
|
||||
type: str
|
||||
from:
|
||||
description: Previous value if any, else null
|
||||
returned: When previous value is present on value change
|
||||
type: string
|
||||
type: str
|
||||
to:
|
||||
description: Current value if any, else null.
|
||||
returned: When new value is present on value change
|
||||
@@ -131,11 +131,11 @@ diffs:
|
||||
path:
|
||||
description: keypath to service changed
|
||||
returned: always
|
||||
type: string
|
||||
type: str
|
||||
diff:
|
||||
description: configuration difference triggered the re-deploy
|
||||
returned: always
|
||||
type: string
|
||||
type: str
|
||||
'''
|
||||
|
||||
from ansible.module_utils.network.nso.nso import connect, verify_version, nso_argument_spec
|
||||
|
||||
@@ -81,15 +81,15 @@ violations:
|
||||
path:
|
||||
description: Path to the value in violation
|
||||
returned: always
|
||||
type: string
|
||||
type: str
|
||||
expected-value:
|
||||
description: Expected value of path
|
||||
returned: always
|
||||
type: string
|
||||
type: str
|
||||
value:
|
||||
description: Current value of path
|
||||
returned: always
|
||||
type: string
|
||||
type: str
|
||||
'''
|
||||
|
||||
from ansible.module_utils.network.nso.nso import connect, verify_version, nso_argument_spec
|
||||
|
||||
Reference in New Issue
Block a user