mirror of
https://github.com/ansible/awx.git
synced 2026-03-01 00:38:45 -03:30
Remove run type project update task_impact
This commit is contained in:
@@ -473,7 +473,7 @@ class ProjectUpdate(UnifiedJob, ProjectOptions, JobNotificationMixin):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def task_impact(self):
|
def task_impact(self):
|
||||||
return 20
|
return 0 if self.job_type == 'run' else 20
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def result_stdout(self):
|
def result_stdout(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user