diff options
Diffstat (limited to 'plugins/modules/vyos_l3_interfaces.py')
| -rw-r--r-- | plugins/modules/vyos_l3_interfaces.py | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/plugins/modules/vyos_l3_interfaces.py b/plugins/modules/vyos_l3_interfaces.py index e79d5d50..a16ec69f 100644 --- a/plugins/modules/vyos_l3_interfaces.py +++ b/plugins/modules/vyos_l3_interfaces.py @@ -109,7 +109,7 @@ options:                  type: str    state:      description: -      - The state the configuration should be left in. +      - The state of the configuration after module completion.      type: str      choices:      - merged @@ -333,14 +333,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: > | 
