Skip to content

Commit

Permalink
return example
Browse files Browse the repository at this point in the history
  • Loading branch information
roverflow committed Nov 21, 2024
1 parent 53f373c commit 54727ea
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions plugins/modules/nxos_vrf_address_family.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,14 +166,14 @@
before:
description: The configuration prior to the module execution.
returned: when I(state) is C(merged), C(replaced), C(overridden), C(deleted) or C(purged)
type: dict
type: list
sample: >
This output will always be in the same format as the
module argspec.
after:
description: The resulting configuration after module execution.
returned: when changed
type: dict
type: list
sample: >
This output will always be in the same format as the
module argspec.
Expand All @@ -182,17 +182,17 @@
returned: when I(state) is C(merged), C(replaced), C(overridden), C(deleted) or C(purged)
type: list
sample:
- sample command 1
- sample command 2
- sample command 3
- vrf context management
- address-family ipv4 unicast
- maximum routes 500 60 reinstall 80
rendered:
description: The provided configuration in the task rendered in device-native format (offline).
returned: when I(state) is C(rendered)
type: list
sample:
- sample command 1
- sample command 2
- sample command 3
- vrf context test1
- address-family ipv6 unicast
- route-target export 65512:200
gathered:
description: Facts about the network resource gathered from the remote device as structured data.
returned: when I(state) is C(gathered)
Expand Down

0 comments on commit 54727ea

Please sign in to comment.