mirror of
https://github.com/ansible/awx.git
synced 2026-01-31 17:18:59 -03: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
|
||||
# if mongod is not required, break
|
||||
if [ $? -ne 0 ]; then
|
||||
break
|
||||
continue
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user