1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

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
This commit is contained in:
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

View file

@ -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