Adding fields to job_metadata for workflows and approval nodes (#12255)

This commit is contained in:
John Westcott IV
2022-07-18 10:53:49 -04:00
committed by GitHub
parent cbb019ed09
commit 389c4a3180
2 changed files with 17 additions and 0 deletions

View File

@@ -408,6 +408,7 @@ class JobNotificationMixin(object):
'inventory': 'Stub Inventory',
'id': 42,
'hosts': {},
'extra_vars': {},
'friendly_name': 'Job',
'finished': False,
'credential': 'Stub credential',