Fix eos_banner cli basic_motd integration test (#23158)

A task was lacking the provider variable, causing the test to fail.

Fixes #23130
pull/23172/head
Ricardo Carrillo Cruz 8 years ago
parent 07ea6a6adf
commit 5744abfe4e

@ -5,6 +5,7 @@
banner: motd
state: absent
authorize: yes
provider: "{{ cli }}"
- name: Set motd
eos_banner:

Loading…
Cancel
Save