diff options
| author | ansible-zuul[bot] <48994755+ansible-zuul[bot]@users.noreply.github.com> | 2019-09-05 05:33:30 +0000 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-05 05:33:30 +0000 | 
| commit | d302f85b79d5f48033b39ef1675894a053259fa5 (patch) | |
| tree | abffb517ab4dffc9759fa40cc441eab6750ee94d /plugins/modules/vyos_lldp_global.py | |
| parent | 1ca6a9d12befb1a0d523661d1bf70991149b99c9 (diff) | |
| parent | b2f06b4d8e99eca07a222b5b83a0964142f1fff5 (diff) | |
| download | vyos.vyos-d302f85b79d5f48033b39ef1675894a053259fa5.tar.gz vyos.vyos-d302f85b79d5f48033b39ef1675894a053259fa5.zip | |
Merge pull request #30 from CaptTrews/ansible/collections-sync
Updated from network content collector
Reviewed-by: https://github.com/apps/ansible-zuul
Diffstat (limited to 'plugins/modules/vyos_lldp_global.py')
| -rw-r--r-- | plugins/modules/vyos_lldp_global.py | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/plugins/modules/vyos_lldp_global.py b/plugins/modules/vyos_lldp_global.py index d080e822..55b1a1ab 100644 --- a/plugins/modules/vyos_lldp_global.py +++ b/plugins/modules/vyos_lldp_global.py @@ -75,7 +75,7 @@ options:            - sonmp    state:      description: -      - The state the configuration should be left in. +      - The state of the configuration after module completion.      type: str      choices:      - merged @@ -277,14 +277,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: > | 
