diff options
author | CaptTrews <capttrews@gmail.com> | 2019-09-18 00:24:24 +0000 |
---|---|---|
committer | CaptTrews <capttrews@gmail.com> | 2019-09-18 00:24:24 +0000 |
commit | a49dad1bc92481b10cc20136a29cc48c28aa7375 (patch) | |
tree | 037d3013085c4a61b052ecab662e23a90b07588c /plugins/modules/vyos_l3_interfaces.py | |
parent | ef28a6ea97c61dab30f6ce53d0aa6cffd86dc007 (diff) | |
download | vyos-ansible-collection-a49dad1bc92481b10cc20136a29cc48c28aa7375.tar.gz vyos-ansible-collection-a49dad1bc92481b10cc20136a29cc48c28aa7375.zip |
Updated from network content collector
Signed-off-by: CaptTrews <capttrews@gmail.com>
Diffstat (limited to 'plugins/modules/vyos_l3_interfaces.py')
-rw-r--r-- | plugins/modules/vyos_l3_interfaces.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/modules/vyos_l3_interfaces.py b/plugins/modules/vyos_l3_interfaces.py index a16ec69..113ea53 100644 --- a/plugins/modules/vyos_l3_interfaces.py +++ b/plugins/modules/vyos_l3_interfaces.py @@ -99,7 +99,7 @@ options: type: str ipv6: description: - - List of IPv6 addresses of the virual interface. + - List of IPv6 addresses of the virtual interface. type: list elements: dict suboptions: |