summaryrefslogtreecommitdiff
path: root/test/integration/targets/ios_facts
diff options
context:
space:
mode:
authorNathaniel Case <this.is@nathanielca.se>2018-01-10 12:59:53 -0500
committerGitHub <noreply@github.com>2018-01-10 12:59:53 -0500
commitdb4460262924dfaf530df7a78a1ab8cc672df191 (patch)
treef32857871031d7d1d9cfdf5e5cc9899b11dc6c10 /test/integration/targets/ios_facts
parentf84f386ea72f1a62bbe1dd6dc725f4d116af7871 (diff)
downloadansible-db4460262924dfaf530df7a78a1ab8cc672df191.tar.gz
Remove vars from include for ios netowrk_cli tests (#34703)
These should be specified in inventory for 2.5+
Diffstat (limited to 'test/integration/targets/ios_facts')
-rw-r--r--test/integration/targets/ios_facts/tasks/cli.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/targets/ios_facts/tasks/cli.yaml b/test/integration/targets/ios_facts/tasks/cli.yaml
index dc70172278..303af40762 100644
--- a/test/integration/targets/ios_facts/tasks/cli.yaml
+++ b/test/integration/targets/ios_facts/tasks/cli.yaml
@@ -10,7 +10,7 @@
set_fact: test_items="{{ test_cases.files | map(attribute='path') | list }}"
- name: run test cases (connection=network_cli)
- include: "{{ test_case_to_run }} ansible_connection=network_cli ansible_become=yes ansible_become_method=enable"
+ include: "{{ test_case_to_run }}"
with_items: "{{ test_items }}"
loop_control:
loop_var: test_case_to_run