From e3bb9d0e5886473eb50a5467ad3b8de84c387633 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Tue, 16 Jan 2024 08:04:36 +0100 Subject: [PATCH] aoscx_interface: fix yaml for EXAMPLE --- plugins/modules/aoscx_interface.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/modules/aoscx_interface.py b/plugins/modules/aoscx_interface.py index 9317591..1f8f302 100644 --- a/plugins/modules/aoscx_interface.py +++ b/plugins/modules/aoscx_interface.py @@ -315,9 +315,9 @@ - name: Configure Interface 1/1/9 - Options (cdpn, sflow, IP MTU...) aoscx_interface: name: 1/1/9 - cdp_disable: true - sflow_enabled: false - ip_mtu: 9000 + cdp_disable: true + sflow_enabled: false + ip_mtu: 9000 """ RETURN = r""" # """