* Fix DCI issues and changes to action plugin & utils (#35083)

* * Fix DCI issues and changes to action plugin & utils

* * Additional check to handle cli only modules for platforms that
support netconf
This commit is contained in:
Kedar Kekan
2018-01-19 16:22:31 +05:30
committed by GitHub
parent 784853da35
commit 719feef2e0
4 changed files with 18 additions and 27 deletions

View File

@@ -17,6 +17,6 @@
- name: run test case (connection=local)
include: "{{ test_case_to_run }} ansible_connection=local"
with_first_found: "{{ test_items }}"
with_items: "{{ test_items }}"
loop_control:
loop_var: test_case_to_run