mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 01:17:37 -02:30
Continue, don't break out of the iteration
This commit is contained in:
@@ -32,7 +32,7 @@ service_action() {
|
|||||||
tower-manage uses_mongo --local 2> /dev/null >/dev/null
|
tower-manage uses_mongo --local 2> /dev/null >/dev/null
|
||||||
# if mongod is not required, break
|
# if mongod is not required, break
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
break
|
continue
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user