mirror of
https://github.com/ansible/awx.git
synced 2026-03-18 17:37:30 -02:30
Rename awx to automation for pod names
This commit is contained in:
@@ -3057,7 +3057,7 @@ class AWXReceptorJob:
|
||||
|
||||
@property
|
||||
def pod_name(self):
|
||||
return f"awx-job-{self.task.instance.id}"
|
||||
return f"automation-job-{self.task.instance.id}"
|
||||
|
||||
@property
|
||||
def credential(self):
|
||||
|
||||
Reference in New Issue
Block a user