Hide extra_vars in job notifications

This commit is contained in:
AlanCoding
2017-04-07 11:41:27 -04:00
parent 915eccd982
commit 3e9bc3b3d4
2 changed files with 15 additions and 1 deletions

View File

@@ -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