ansible/test/integration/targets/prepare_junos_tests/tasks/main.yml
Ganesh Nalawade f4d21bd542
Fix junos integration test CI failures (#42369)
*  reset_connection task is not required as the persistent
   connection to remote host is closed at end of playbook
   run
2018-07-06 08:54:57 +05:30

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