Correct bash user variables

The quotes around the user variables option breaks things. This removes
the brokeness.

Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
Kevin Carter 2018-09-11 16:55:33 -05:00 committed by Logan V
parent 2699e971b7
commit e79eee5ee5
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ openstack-ansible bootstrap-neutron.yml
popd
pushd ${PROJECT_PATH}/openstack-ansible-ops/elk_metrics_6x
source bootstrap-embedded-ansible.sh
ansible-playbook site.yml "${USER_VARS}" -e 'elk_package_state="latest"'
source bootstrap-embedded-ansible.sh || true
ansible-playbook site.yml ${USER_VARS} -e 'elk_package_state="latest"'
deactivate
popd