mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07:00
Fix iosxr copy and delete tasks (#44083)
* Fix iosxr copy and delete tasks * Drop local from non-smoke tasks
This commit is contained in:
parent
bb85bbceeb
commit
5a49567c71
12 changed files with 19 additions and 86 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