mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Remove provider from ios integration test (#31037)
* Remove provider from each task as it is not required. * Add `authorize: yes` whereever required
This commit is contained in:
@@ -9,12 +9,12 @@
|
||||
parents:
|
||||
- interface Loopback999
|
||||
match: none
|
||||
provider: "{{ cli }}"
|
||||
authorize: yes
|
||||
|
||||
- name: configure device with config
|
||||
ios_config:
|
||||
src: basic/config.j2
|
||||
provider: "{{ cli }}"
|
||||
authorize: yes
|
||||
register: result
|
||||
|
||||
- name: debug, remove me
|
||||
@@ -30,7 +30,7 @@
|
||||
- name: check device with config
|
||||
ios_config:
|
||||
src: basic/config.j2
|
||||
provider: "{{ cli }}"
|
||||
authorize: yes
|
||||
register: result
|
||||
|
||||
- assert:
|
||||
|
||||
Reference in New Issue
Block a user