2017-08-02 07:58:34 +02:00
|
|
|
---
|
|
|
|
- debug: msg="START prepare_junos_tests/main.yaml"
|
|
|
|
|
|
|
|
- name: Ensure netconf is enabled
|
|
|
|
junos_netconf:
|
|
|
|
state: present
|
2018-01-08 13:28:47 +01:00
|
|
|
connection: network_cli
|
2018-08-14 14:43:21 +02:00
|
|
|
tags: netconf
|
2017-12-14 09:18:09 +01:00
|
|
|
|
|
|
|
- name: wait for netconf server to come up
|
|
|
|
pause:
|
|
|
|
seconds: 10
|
2018-08-14 14:43:21 +02:00
|
|
|
tags: netconf
|