mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 15:21:13 +03:00
Fixing a variable error.
This commit is contained in:
parent
4915ba291e
commit
f77ae6f1bc
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user