diff options
author | ansible-zuul[bot] <48994755+ansible-zuul[bot]@users.noreply.github.com> | 2019-09-18 03:20:28 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-18 03:20:28 +0000 |
commit | 1f9edfd94ba9a558cf8e7438258a7a0c342c1425 (patch) | |
tree | 037d3013085c4a61b052ecab662e23a90b07588c | |
parent | ef28a6ea97c61dab30f6ce53d0aa6cffd86dc007 (diff) | |
parent | a49dad1bc92481b10cc20136a29cc48c28aa7375 (diff) | |
download | vyos-ansible-old-1f9edfd94ba9a558cf8e7438258a7a0c342c1425.tar.gz vyos-ansible-old-1f9edfd94ba9a558cf8e7438258a7a0c342c1425.zip |
Merge pull request #34 from CaptTrews/ansible/collections-sync-master
Updated from network content collector
Reviewed-by: https://github.com/apps/ansible-zuul
-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: |