mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-31 05:19:09 -07:00
Update eos, ios, vyos cliconf plugin (#42300)
* Update eos cliconf plugin methods * Refactor eos cliconf plugin * Changes in eos module_utils as per cliconf plugin refactor * Fix unit test and sanity failures * Fix review comment
This commit is contained in:
parent
2aa81bf05d
commit
c068b88b38
14 changed files with 444 additions and 299 deletions
|
@ -8,8 +8,8 @@
|
|||
parents: interface Loopback911
|
||||
become: yes
|
||||
check_mode: 1
|
||||
environment:
|
||||
ANSIBLE_EOS_USE_SESSIONS: 1
|
||||
vars:
|
||||
ansible_eos_use_sessions: 1
|
||||
register: result
|
||||
ignore_errors: yes
|
||||
|
||||
|
@ -46,8 +46,8 @@
|
|||
parents: interface Loopback911
|
||||
become: yes
|
||||
check_mode: 1
|
||||
environment:
|
||||
ANSIBLE_EOS_USE_SESSIONS: 0
|
||||
vars:
|
||||
ansible_eos_use_sessions: 0
|
||||
register: result
|
||||
ignore_errors: yes
|
||||
|
||||
|
@ -63,8 +63,8 @@
|
|||
become: yes
|
||||
check_mode: yes
|
||||
register: result
|
||||
environment:
|
||||
ANSIBLE_EOS_USE_SESSIONS: 0
|
||||
vars:
|
||||
ansible_eos_use_sessions: 0
|
||||
|
||||
- assert:
|
||||
that:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue