mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 06:17:36 -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()
|
instance.save()
|
||||||
|
|
||||||
# If this is a primary instance, update projects.
|
# If this is a primary instance, update projects.
|
||||||
self.update_projects_if_primary(instance)
|
if self.is_option_primary():
|
||||||
|
self.update_projects(instance)
|
||||||
|
|
||||||
# Done!
|
# Done!
|
||||||
print('Successfully updated instance role %s' % instance_str(instance))
|
print('Successfully updated instance role %s' % instance_str(instance))
|
||||||
|
|||||||
Reference in New Issue
Block a user