mirror of
https://github.com/ansible/awx.git
synced 2026-02-19 04:00:06 -03:30
Update pod reaper to work with receptor launched pods
This commit is contained in:
@@ -184,7 +184,7 @@ class ProjectOptions(models.Model):
|
||||
Jobs using the project can use the default_environment, but the project updates
|
||||
are not flexible enough to allow customizing the image they use.
|
||||
"""
|
||||
return self.get_execution_environment_default()
|
||||
return self.get_default_execution_environment()
|
||||
|
||||
def get_project_path(self, check_if_exists=True):
|
||||
local_path = os.path.basename(self.local_path)
|
||||
|
||||
Reference in New Issue
Block a user