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