Fix iosxr copy and delete tasks (#44083)

* Fix iosxr copy and delete tasks

* Drop local from non-smoke tasks
This commit is contained in:
Nathaniel Case 2018-08-13 14:20:28 -04:00 committed by GitHub
commit 5a49567c71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 19 additions and 86 deletions

View file

@ -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