mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Fix junos integration failures (#34571)
* Add connection=netconf in individual roles for modules that run using netconf connection plugin * Add connection=network_cli for junos_netconf and junos_command at applicable places
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
- debug: msg="START junos_interface netconf/basic.yaml"
|
||||
- debug: msg="START junos_interface netconf/basic.yaml on connection={{ ansible_connection }}"
|
||||
|
||||
- name: setup remove interface
|
||||
junos_interface:
|
||||
@@ -295,3 +295,5 @@
|
||||
- assert:
|
||||
that:
|
||||
- 'result.changed == false'
|
||||
|
||||
- debug: msg="END junos_interface netconf/basic.yaml on connection={{ ansible_connection }}"
|
||||
|
||||
Reference in New Issue
Block a user