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/4420/head
Ganesh Nalawade 2018-07-06 08:54:57 +05:30 committed by GitHub
parent 5df01abd58
commit f4d21bd542
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

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