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:
Nathaniel Case
2018-07-10 09:03:04 -04:00
committed by GitHub
parent a65d9257fd
commit 381263ad99
16 changed files with 1 additions and 59 deletions

View File

@@ -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: