mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
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
This commit is contained in:
@@ -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 }}"
|
||||
Reference in New Issue
Block a user