Merge "Save rc from stack.sh in run-devstack role"

This commit is contained in:
Zuul 2018-03-13 12:14:41 +00:00 committed by Gerrit Code Review
commit 780c4f4092
1 changed files with 2 additions and 0 deletions

View File

@ -2,7 +2,9 @@
shell:
cmd: |
./stack.sh 2>&1
rc=$?
echo "*** FINISHED ***"
exit $rc
args:
chdir: "{{devstack_base_dir}}/devstack"
become: true