mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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:
|
ios_banner:
|
||||||
banner: motd
|
banner: motd
|
||||||
state: absent
|
state: absent
|
||||||
|
provider: "{{ cli }}"
|
||||||
authorize: yes
|
authorize: yes
|
||||||
|
|
||||||
- name: Set motd
|
- name: Set motd
|
||||||
|
|
Loading…
Reference in a new issue