|
|
|
|
@ -60,7 +60,7 @@ options:
|
|
|
|
|
choices: ['revertive', 'non-revertive']
|
|
|
|
|
state:
|
|
|
|
|
description:
|
|
|
|
|
- The state the configuration should be left in
|
|
|
|
|
- The state of the configuration after module completion
|
|
|
|
|
type: str
|
|
|
|
|
choices:
|
|
|
|
|
- merged
|
|
|
|
|
@ -146,14 +146,14 @@ EXAMPLES = """
|
|
|
|
|
"""
|
|
|
|
|
RETURN = """
|
|
|
|
|
before:
|
|
|
|
|
description: The configuration prior to the model invocation.
|
|
|
|
|
description: The configuration as structured data prior to module invocation.
|
|
|
|
|
returned: always
|
|
|
|
|
type: dict
|
|
|
|
|
sample: >
|
|
|
|
|
The configuration returned will always be in the same format
|
|
|
|
|
of the parameters above.
|
|
|
|
|
after:
|
|
|
|
|
description: The resulting configuration model invocation.
|
|
|
|
|
description: The configuration as structured data after module completion.
|
|
|
|
|
returned: when changed
|
|
|
|
|
type: dict
|
|
|
|
|
sample: >
|
|
|
|
|
|