ansible/test/integration/targets/prepare_junos_tests/tasks/main.yml

13 lines
253 B
YAML

---
- debug: msg="START prepare_junos_tests/main.yaml"
- name: Ensure netconf is enabled
junos_netconf:
state: present
connection: network_cli
tags: netconf
- name: wait for netconf server to come up
pause:
seconds: 10
tags: netconf