mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 01:33:09 +00:00
* Fix junos_netconf integration test failure Set ansible_connection to netconf for junos_command module in junos_netconf integration test * Fix review comments
7 lines
173 B
YAML
7 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 }}"
|