mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-06 16:32:01 -05:00
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