mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 23:17:32 -02:30
Merge pull request #255 from chrismeyersfsu/fix-update_instance
fixed calling of method that never existed
This commit is contained in:
@@ -54,7 +54,8 @@ class Command(BaseCommandInstance):
|
||||
instance.save()
|
||||
|
||||
# If this is a primary instance, update projects.
|
||||
self.update_projects_if_primary(instance)
|
||||
if self.is_option_primary():
|
||||
self.update_projects(instance)
|
||||
|
||||
# Done!
|
||||
print('Successfully updated instance role %s' % instance_str(instance))
|
||||
|
||||
Reference in New Issue
Block a user