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:
parent
5df01abd58
commit
f4d21bd542
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue