From 60d0139844d13838bcafb5d79caad75e88971786 Mon Sep 17 00:00:00 2001 From: Ganesh Nalawade Date: Sun, 3 Sep 2017 03:16:06 +0530 Subject: [PATCH] Remove provider from prepare junos test intergration setup (#28961) --- test/integration/targets/prepare_junos_tests/tasks/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/test/integration/targets/prepare_junos_tests/tasks/main.yml b/test/integration/targets/prepare_junos_tests/tasks/main.yml index e2eeee42f3..0f5f4cce44 100644 --- a/test/integration/targets/prepare_junos_tests/tasks/main.yml +++ b/test/integration/targets/prepare_junos_tests/tasks/main.yml @@ -4,4 +4,3 @@ - name: Ensure netconf is enabled junos_netconf: state: present - provider: "{{ cli }}"