Convert to reduced list of known types (#50010)

This commit is contained in:
Dag Wieers 2018-12-18 22:25:30 +01:00 committed by Jordan Borean
commit 05c6ff79f9
908 changed files with 4822 additions and 4821 deletions

View file

@ -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

View file

@ -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