Add missing provider to eos_banner basic-motd eapi test (#23396)
Otherwise this stalls and timeouts, it doesn't have creds to run.
This commit is contained in:
parent
48eeab8a53
commit
2cc2b8fb4d
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
banner: motd
|
||||
state: absent
|
||||
authorize: yes
|
||||
provider: "{{ eapi }}"
|
||||
|
||||
- name: Set motd
|
||||
eos_banner:
|
||||
|
|
Loading…
Reference in a new issue