mirror of
https://github.com/ansible/awx.git
synced 2026-08-04 03:50:01 -02:30
Hide extra_vars in job notifications
This commit is contained in:
@@ -595,7 +595,7 @@ class Job(UnifiedJob, JobOptions, SurveyJobMixin, JobNotificationMixin):
|
||||
playbook=self.playbook,
|
||||
credential=self.credential.name if self.credential else None,
|
||||
limit=self.limit,
|
||||
extra_vars=self.extra_vars,
|
||||
extra_vars=self.display_extra_vars(),
|
||||
hosts=all_hosts))
|
||||
return data
|
||||
|
||||
|
||||
Reference in New Issue
Block a user