mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Fix eos_banner cli basic_motd integration test (#23158)
A task was lacking the provider variable, causing the test to fail. Fixes #23130
This commit is contained in:
committed by
GitHub
parent
8b677e25c4
commit
9cc47df30e
@@ -5,6 +5,7 @@
|
|||||||
banner: motd
|
banner: motd
|
||||||
state: absent
|
state: absent
|
||||||
authorize: yes
|
authorize: yes
|
||||||
|
provider: "{{ cli }}"
|
||||||
|
|
||||||
- name: Set motd
|
- name: Set motd
|
||||||
eos_banner:
|
eos_banner:
|
||||||
|
|||||||
Reference in New Issue
Block a user