summaryrefslogtreecommitdiff
path: root/test/integration/targets/prepare_eos_tests
diff options
context:
space:
mode:
authorTrishna Guha <trishnaguha17@gmail.com>2017-08-09 15:14:42 +0530
committerGitHub <noreply@github.com>2017-08-09 15:14:42 +0530
commitdd8b65395f007faddf672ddd0a42210460d43964 (patch)
treea10f6b8de7569c9fe457b88689c1d4bc9473224b /test/integration/targets/prepare_eos_tests
parenta40cb5a47fe0a5698f21b76c9906ca17331cc344 (diff)
downloadansible-dd8b65395f007faddf672ddd0a42210460d43964.tar.gz
fix eos failed tests (#27945)
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
Diffstat (limited to 'test/integration/targets/prepare_eos_tests')
-rw-r--r--test/integration/targets/prepare_eos_tests/tasks/main.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/integration/targets/prepare_eos_tests/tasks/main.yml b/test/integration/targets/prepare_eos_tests/tasks/main.yml
index f2bbc5c409..e3b66ff462 100644
--- a/test/integration/targets/prepare_eos_tests/tasks/main.yml
+++ b/test/integration/targets/prepare_eos_tests/tasks/main.yml
@@ -5,6 +5,7 @@
- no switchport
parents: int Ethernet1
authorize: yes
+ provider: "{{ cli }}"
connection: local
- name: Enable Ethernet2 interface and disable switchport
@@ -14,4 +15,5 @@
- no switchport
parents: int Ethernet2
authorize: yes
+ provider: "{{ cli }}"
connection: local