mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 01:47:35 -02:30
Fixing a variable error.
This commit is contained in:
@@ -34,6 +34,7 @@ class Command(BaseCommand):
|
|||||||
|
|
||||||
def handle(self, **options):
|
def handle(self, **options):
|
||||||
uuid = settings.SYSTEM_UUID
|
uuid = settings.SYSTEM_UUID
|
||||||
|
timid = options['timid']
|
||||||
|
|
||||||
# Is there an existing record for this machine?
|
# Is there an existing record for this machine?
|
||||||
# If so, retrieve that record and look for issues.
|
# If so, retrieve that record and look for issues.
|
||||||
|
|||||||
Reference in New Issue
Block a user