mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07: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:
parent
5e6b2495c0
commit
1c8c51d05c
69 changed files with 276 additions and 123 deletions
|
@ -7,6 +7,7 @@
|
|||
- name: Ensure netconf is enabled
|
||||
junos_netconf:
|
||||
state: present
|
||||
connection: network_cli
|
||||
|
||||
- name: wait for netconf server to come up
|
||||
pause:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue