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:
Ganesh Nalawade
2018-01-12 08:46:21 +05:30
committed by GitHub
parent 83b7ec69fc
commit 85f300e02b
3 changed files with 12 additions and 30 deletions

View File

@@ -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 }}"