mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Fix basic-login eapi tests for eos_banner (#23304)
We should be passing the provider dict, not the transport.
This commit is contained in:
committed by
GitHub
parent
f22702eee2
commit
d268471739
@@ -5,7 +5,7 @@
|
||||
banner: login
|
||||
state: absent
|
||||
authorize: yes
|
||||
transport: "{{ eapi }}"
|
||||
provider: "{{ eapi }}"
|
||||
|
||||
- name: Set login
|
||||
eos_banner:
|
||||
@@ -16,7 +16,7 @@
|
||||
string
|
||||
state: present
|
||||
authorize: yes
|
||||
transport: "{{ eapi }}"
|
||||
provider: "{{ eapi }}"
|
||||
register: result
|
||||
|
||||
- debug:
|
||||
@@ -39,7 +39,7 @@
|
||||
string
|
||||
state: present
|
||||
authorize: yes
|
||||
transport: "{{ eapi }}"
|
||||
provider: "{{ eapi }}"
|
||||
register: result
|
||||
|
||||
- assert:
|
||||
|
||||
Reference in New Issue
Block a user