Skip to content

Commit

Permalink
aoscx_interface: fix yaml for EXAMPLE
Browse files Browse the repository at this point in the history
  • Loading branch information
alagoutte committed Jan 16, 2024
1 parent ae8ffb3 commit e3bb9d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugins/modules/aoscx_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -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""" # """
Expand Down

0 comments on commit e3bb9d0

Please sign in to comment.