ansible/test/integration/targets/junos_netconf/tests/utils/junos_command.yaml
Ganesh Nalawade 85f300e02b
Fix junos_netconf integration test failure (#34744)
* Fix junos_netconf integration test failure

Set ansible_connection to netconf for junos_command module
in junos_netconf integration test

* Fix review comments
2018-01-12 08:46:21 +05:30

6 lines
173 B
YAML

---
- name: run junos_command to check netconf connectivity
junos_command:
rpcs: get-software-information
register: result
ignore_errors: "{{ is_ignore_errors }}"