1
0
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:
Luke Sneeringer 2014-09-29 15:20:40 -05:00
parent 4915ba291e
commit f77ae6f1bc

View File

@ -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.