summaryrefslogtreecommitdiff
path: root/plugins/modules/vyos_interfaces.py
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/modules/vyos_interfaces.py')
-rw-r--r--plugins/modules/vyos_interfaces.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/modules/vyos_interfaces.py b/plugins/modules/vyos_interfaces.py
index 9ea0699..096fd1f 100644
--- a/plugins/modules/vyos_interfaces.py
+++ b/plugins/modules/vyos_interfaces.py
@@ -115,7 +115,7 @@ options:
type: int
state:
description:
- - The state the configuration should be left in.
+ - The state of the configuration after module completion.
type: str
choices:
- merged
@@ -835,14 +835,14 @@ EXAMPLES = """
"""
RETURN = """
before:
- description: The configuration prior to the model invocation.
+ description: The configuration as structured data prior to module invocation.
returned: always
sample: >
The configuration returned will always be in the same format
of the parameters above.
type: list
after:
- description: The resulting configuration model invocation.
+ description: The configuration as structured data after module completion.
returned: when changed
sample: >
The configuration returned will always be in the same format