1c8c51d05c
* Add connection=netconf in individual roles for modules that run using netconf connection plugin * Add connection=network_cli for junos_netconf and junos_command at applicable places
14 lines
283 B
YAML
14 lines
283 B
YAML
---
|
|
- debug: msg="START prepare_junos_tests/main.yaml"
|
|
|
|
- name: reset persistent connection
|
|
meta: reset_connection
|
|
|
|
- name: Ensure netconf is enabled
|
|
junos_netconf:
|
|
state: present
|
|
connection: network_cli
|
|
|
|
- name: wait for netconf server to come up
|
|
pause:
|
|
seconds: 10
|