diff --git a/awx/api/management/commands/uses_mongo.py b/awx/api/management/commands/uses_mongo.py index e7d8c611d2..7b9bda26a6 100644 --- a/awx/api/management/commands/uses_mongo.py +++ b/awx/api/management/commands/uses_mongo.py @@ -29,7 +29,7 @@ class Command(BaseCommand): # rules here will grow more complicated over time. # FIXME: Most likely this should be False if HA is active # (not just enabled by license, but actually in use). - uses_mongo = system_tracking + uses_mongo = system_tracking # noqa # If we do not need Mongo, return a non-zero exit status. print('MongoDB NOT required')