summaryrefslogtreecommitdiff
path: root/plugins/modules/vyos_lag_interfaces.py
diff options
context:
space:
mode:
authorCaptTrews <capttrews@gmail.com>2019-09-05 01:42:12 +0000
committerCaptTrews <capttrews@gmail.com>2019-09-05 01:42:12 +0000
commitb2f06b4d8e99eca07a222b5b83a0964142f1fff5 (patch)
treeabffb517ab4dffc9759fa40cc441eab6750ee94d /plugins/modules/vyos_lag_interfaces.py
parent1ca6a9d12befb1a0d523661d1bf70991149b99c9 (diff)
downloadvyos.vyos-b2f06b4d8e99eca07a222b5b83a0964142f1fff5.tar.gz
vyos.vyos-b2f06b4d8e99eca07a222b5b83a0964142f1fff5.zip
Updated from network content collector
Signed-off-by: CaptTrews <capttrews@gmail.com>
Diffstat (limited to 'plugins/modules/vyos_lag_interfaces.py')
-rw-r--r--plugins/modules/vyos_lag_interfaces.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/modules/vyos_lag_interfaces.py b/plugins/modules/vyos_lag_interfaces.py
index d9b007a..5c9b4c1 100644
--- a/plugins/modules/vyos_lag_interfaces.py
+++ b/plugins/modules/vyos_lag_interfaces.py
@@ -104,7 +104,7 @@ options:
type: list
state:
description:
- - The state the configuration should be left in.
+ - The state of the configuration after module completion.
type: str
choices:
- merged
@@ -513,14 +513,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: list
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: list
sample: >