mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix provider indentation on prepare EOS ethernet pre step (#26694)
This commit is contained in:
parent
59edc44166
commit
7ffa882f9d
1 changed files with 1 additions and 2 deletions
|
@ -16,6 +16,5 @@
|
|||
- no switchport
|
||||
- int Ethernet2
|
||||
- no shutdown
|
||||
- no switchport
|
||||
provider: "{{ cli }}"
|
||||
provider: "{{ cli }}"
|
||||
connection: local
|
||||
|
|
Loading…
Reference in a new issue