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:
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"
|
||||
|
||||
- name: reset persistent connection
|
||||
meta: reset_connection
|
||||
|
||||
- name: Ensure netconf is enabled
|
||||
junos_netconf:
|
||||
state: present
|
||||
|
|
Loading…
Reference in a new issue