summaryrefslogtreecommitdiff
path: root/test/integration/targets/prepare_eos_tests
diff options
context:
space:
mode:
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