mirror of https://github.com/ansible/ansible.git
Reset persistent connection in junos integration test (#33573)
parent
399e72abb0
commit
aaf22965db
@ -1,6 +1,9 @@
|
||||
---
|
||||
- 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 New Issue