1
0
Fork 0
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:
Ricardo Carrillo Cruz 2017-06-02 16:58:45 +02:00 committed by GitHub
parent c7eaccb7b5
commit ffc74fdca2

View file

@ -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