blob: 9d0da8ca3b84521d9c1bc3d44817e23741da87ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
---
- 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
|