mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
ios test cleanup pt 2 (#42570)
* Remove local from ios_config to avoid needing to add provider * ios_smoke should test all with local to pick up the slack
This commit is contained in:
@@ -9,12 +9,10 @@
|
||||
parents:
|
||||
- interface Loopback999
|
||||
match: none
|
||||
provider: "{{ cli }}"
|
||||
|
||||
- name: configure device with config
|
||||
ios_config:
|
||||
src: basic/config.j2
|
||||
provider: "{{ cli }}"
|
||||
register: result
|
||||
|
||||
- name: debug, remove me
|
||||
@@ -30,7 +28,6 @@
|
||||
- name: check device with config
|
||||
ios_config:
|
||||
src: basic/config.j2
|
||||
provider: "{{ cli }}"
|
||||
register: result
|
||||
|
||||
- assert:
|
||||
|
||||
Reference in New Issue
Block a user