mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 11:00:03 -03:30
Merge pull request #88 from chrismeyersfsu/fix-ha_commands
forgot to call super
This commit is contained in:
commit
f28543ecae
@ -24,6 +24,8 @@ class Command(BaseCommandInstance):
|
||||
self.include_option_hostname_uuid_find()
|
||||
|
||||
def handle(self, *args, **options):
|
||||
super(Command, self).handle(*args, **options)
|
||||
|
||||
# Is there an existing record for this machine? If so, retrieve that record and look for issues.
|
||||
try:
|
||||
# Get the instance.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user