mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 18:40:01 -03:30
Hanele credential in notifications when deleted
This commit is contained in:
parent
34523d59a2
commit
6447434aa1
@ -684,7 +684,7 @@ class Job(UnifiedJob, JobOptions):
|
||||
data.update(dict(inventory=self.inventory.name if self.inventory else None,
|
||||
project=self.project.name if self.project else None,
|
||||
playbook=self.playbook,
|
||||
credential=self.credential.name,
|
||||
credential=self.credential.name if self.credential else None,
|
||||
limit=self.limit,
|
||||
extra_vars=self.extra_vars,
|
||||
hosts=all_hosts))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user