From b739944aabe5d3c287a89544fc365382d2719070 Mon Sep 17 00:00:00 2001 From: GomathiselviS Date: Thu, 18 Feb 2021 15:26:33 -0500 Subject: Fix test-sanity-docker failures (#124) Fix test-sanity-docker failures Reviewed-by: Nathaniel Case https://github.com/Qalthos --- plugins/modules/vyos_l3_interface.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/modules/vyos_l3_interface.py') diff --git a/plugins/modules/vyos_l3_interface.py b/plugins/modules/vyos_l3_interface.py index 88b5a911..214022a3 100644 --- a/plugins/modules/vyos_l3_interface.py +++ b/plugins/modules/vyos_l3_interface.py @@ -104,13 +104,13 @@ EXAMPLES = """ vyos.vyos.vyos_l3_interface: aggregate: - {name: eth1, ipv4: 192.168.2.10/24} - - {name: eth2, ipv4: 192.168.3.10/24, ipv6: fd5d:12c9:2201:1::1/64} + - {name: eth2, ipv4: 192.168.3.10/24, ipv6: "fd5d:12c9:2201:1::1/64"} - name: Remove IP addresses on aggregate vyos.vyos.vyos_l3_interface: aggregate: - {name: eth1, ipv4: 192.168.2.10/24} - - {name: eth2, ipv4: 192.168.3.10/24, ipv6: fd5d:12c9:2201:1::1/64} + - {name: eth2, ipv4: 192.168.3.10/24, ipv6: "fd5d:12c9:2201:1::1/64"} state: absent """ -- cgit v1.2.3