Fix ENGINE_ANSIBLE_PARAMS string expansion issue

Currently baremetal jobs export ' -v ' as ENGINE_ANSIBLE_PARAMS
and that seems to be having problems after the shellcheck
patch was merged. This patch converts ENGINE_ANSIBLE_PARAMS into
an array so that quoting of it will keep both shellcheck and
ansible-playbook happy.

Change-Id: Ib53aafb2113ec74fa6b004a2bea808aca14afad5
1 file changed