Fix junos integration test CI failures (#42369)

*  reset_connection task is not required as the persistent
   connection to remote host is closed at end of playbook
   run
pull/42394/head
Ganesh Nalawade 6 years ago committed by GitHub
parent 5df01abd58
commit f4d21bd542
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,9 +1,6 @@
---
- debug: msg="START prepare_junos_tests/main.yaml"
- name: reset persistent connection
meta: reset_connection
- name: Ensure netconf is enabled
junos_netconf:
state: present

Loading…
Cancel
Save