mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +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:
@@ -5,6 +5,7 @@
|
||||
ios_command:
|
||||
commands:
|
||||
- show version
|
||||
authorize: yes
|
||||
register: result
|
||||
|
||||
- assert:
|
||||
@@ -17,6 +18,7 @@
|
||||
commands:
|
||||
- show version
|
||||
- show interfaces
|
||||
authorize: yes
|
||||
register: result
|
||||
|
||||
- assert:
|
||||
|
||||
Reference in New Issue
Block a user