mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Add CLI provider with authorize yes to ios tests (#30312)
We are getting failures to do lack of elevated privileges.
This commit is contained in:
committed by
GitHub
parent
2186b04934
commit
dbe9df1289
@@ -9,10 +9,12 @@
|
||||
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
|
||||
@@ -28,6 +30,7 @@
|
||||
- name: check device with config
|
||||
ios_config:
|
||||
src: basic/config.j2
|
||||
provider: "{{ cli }}"
|
||||
register: result
|
||||
|
||||
- assert:
|
||||
|
||||
Reference in New Issue
Block a user