mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-25 16:06:43 +00: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user