diff --git a/awx/main/management/commands/register_instance.py b/awx/main/management/commands/register_instance.py index f8894f6458..c10d607146 100644 --- a/awx/main/management/commands/register_instance.py +++ b/awx/main/management/commands/register_instance.py @@ -34,6 +34,7 @@ class Command(BaseCommand): def handle(self, **options): uuid = settings.SYSTEM_UUID + timid = options['timid'] # Is there an existing record for this machine? # If so, retrieve that record and look for issues.