mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 03:00:23 -07:00
Reset persistent connection in junos integration test (#33573)
This commit is contained in:
parent
399e72abb0
commit
aaf22965db
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
||||||
---
|
---
|
||||||
- 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…
Add table
Add a link
Reference in a new issue