mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Add become on eos_l2_interface tests (#35245)
This commit is contained in:
parent
8e965c5986
commit
eacb4d0a4a
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
||||||
eos_l2_interface:
|
eos_l2_interface:
|
||||||
name: Ethernet1
|
name: Ethernet1
|
||||||
state: absent
|
state: absent
|
||||||
|
become: yes
|
||||||
|
|
||||||
- name: Set switchport mode to access on vlan 4000
|
- name: Set switchport mode to access on vlan 4000
|
||||||
eos_l2_interface:
|
eos_l2_interface:
|
||||||
|
|
Loading…
Reference in a new issue