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:
@@ -4,6 +4,7 @@
|
||||
- name: run invalid command
|
||||
ios_command:
|
||||
commands: show foo
|
||||
authorize: yes
|
||||
register: result
|
||||
ignore_errors: yes
|
||||
|
||||
@@ -16,6 +17,7 @@
|
||||
commands:
|
||||
- show version
|
||||
- show foo
|
||||
authorize: yes
|
||||
register: result
|
||||
ignore_errors: yes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user