We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d888fd commit b0eb40fCopy full SHA for b0eb40f
1 file changed
tests/playbooks/roles/install-devstack/tasks/main.yml
@@ -127,7 +127,7 @@
127
echo "Service volumev3 already exists"
128
exit 0
129
fi
130
- URL="$(openstack endpoint list --service block-storage -f value -c URL | true)"
+ URL="$(openstack endpoint list --service block-storage -f value -c URL || true)"
131
if [ -z "${URL}" ]; then
132
133
0 commit comments