mirror of https://github.com/ansible/ansible.git
Fix missing variable with nxos_install_os tests (#60351)
Today we are getting an Ansible templating exception because this variable isn't defined. But we also don't want testing to run, as we don't have ability to run this test in DCI. Signed-off-by: Paul Belanger <pabelanger@redhat.com>pull/60736/head
parent
601a4b8f47
commit
13996aaff6
@ -1,2 +1,3 @@
|
||||
---
|
||||
testcase: " {{ testcase }}"
|
||||
testcase: ""
|
||||
test_items: []
|
||||
|
Loading…
Reference in New Issue