diff options
author | Nathaniel Case <this.is@nathanielca.se> | 2018-05-30 08:40:28 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-30 08:40:28 -0400 |
commit | 2272b6155c4245057cb0c617fedeb6a07335302e (patch) | |
tree | 9749ed65153aaa53eae2e4a951a066ac3188a0ac /test/integration/targets/eos_logging | |
parent | 786ec14e5412ba7276e76b71cf42ed5d591c74e9 (diff) | |
download | ansible-2272b6155c4245057cb0c617fedeb6a07335302e.tar.gz |
Remove local from most eos tests now that provider is out (#40875)
Diffstat (limited to 'test/integration/targets/eos_logging')
-rw-r--r-- | test/integration/targets/eos_logging/tasks/cli.yaml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/integration/targets/eos_logging/tasks/cli.yaml b/test/integration/targets/eos_logging/tasks/cli.yaml index a6f7ae0351..87a42971bb 100644 --- a/test/integration/targets/eos_logging/tasks/cli.yaml +++ b/test/integration/targets/eos_logging/tasks/cli.yaml @@ -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 ansible_become=no" - with_first_found: "{{ test_items }}" - loop_control: - loop_var: test_case_to_run |