85f300e02b
* Fix junos_netconf integration test failure Set ansible_connection to netconf for junos_command module in junos_netconf integration test * Fix review comments
6 lines
173 B
YAML
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 }}"
|