f4d21bd542
* reset_connection task is not required as the persistent connection to remote host is closed at end of playbook run
11 lines
221 B
YAML
11 lines
221 B
YAML
---
|
|
- debug: msg="START prepare_junos_tests/main.yaml"
|
|
|
|
- name: Ensure netconf is enabled
|
|
junos_netconf:
|
|
state: present
|
|
connection: network_cli
|
|
|
|
- name: wait for netconf server to come up
|
|
pause:
|
|
seconds: 10
|