mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Convert to reduced list of known types (#50010)
This commit is contained in:
parent
fcd1486b51
commit
05c6ff79f9
908 changed files with 4822 additions and 4821 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue