Move set +e to ensure VM creation causes failure

Change-Id: I0f9575eec79b3b81626ee0a1d9cc362f807fb6cd
This commit is contained in:
Julia Kreger 2015-07-29 15:09:21 -04:00
parent 97e211b597
commit d6b7701250

View File

@ -23,11 +23,11 @@ cd $BIFROST_HOME/playbooks
ansible-playbook -vvvv -i inventory/localhost test-bifrost-create-vm.yaml --syntax-check --list-tasks
ansible-playbook -vvvv -i inventory/localhost test-bifrost-dynamic.yaml --syntax-check --list-tasks
set +e
# Create the test VM
ansible-playbook -vvvv -i inventory/localhost test-bifrost-create-vm.yaml
set +e
# Set BIFROST_INVENTORY_SOURCE
export BIFROST_INVENTORY_SOURCE=/tmp/baremetal.csv