Add missing provider on basic-motd IOS test (#25307)
Without this it fails, as it needs elevated privs.
This commit is contained in:
parent
c7eaccb7b5
commit
ffc74fdca2
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
ios_banner:
|
||||
banner: motd
|
||||
state: absent
|
||||
provider: "{{ cli }}"
|
||||
authorize: yes
|
||||
|
||||
- name: Set motd
|
||||
|
|
Loading…
Add table
Reference in a new issue