mirror of https://github.com/ansible/ansible.git
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 commentspull/34785/head
parent
83b7ec69fc
commit
85f300e02b
@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: run junos_command to check netconf connectivity
|
||||
junos_command:
|
||||
rpcs: get-software-information
|
||||
register: result
|
||||
ignore_errors: "{{ is_ignore_errors }}"
|
||||
Loading…
Reference in New Issue