mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-28 07:31:23 -07:00
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:
parent
a65d9257fd
commit
381263ad99
16 changed files with 1 additions and 59 deletions
|
@ -14,9 +14,3 @@
|
|||
with_items: "{{ test_items }}"
|
||||
loop_control:
|
||||
loop_var: test_case_to_run
|
||||
|
||||
- name: run test case (connection=local)
|
||||
include: "{{ test_case_to_run }} ansible_connection=local"
|
||||
with_first_found: "{{ test_items }}"
|
||||
loop_control:
|
||||
loop_var: test_case_to_run
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue