mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 01:47:35 -02:30
Merge pull request #13955 from shanemcd/dark-processed
Add missing comma in host_status_counts list
This commit is contained in:
@@ -284,7 +284,7 @@ class JobNotificationMixin(object):
|
|||||||
'workflow_url',
|
'workflow_url',
|
||||||
'scm_branch',
|
'scm_branch',
|
||||||
'artifacts',
|
'artifacts',
|
||||||
{'host_status_counts': ['skipped', 'ok', 'changed', 'failed', 'failures', 'dark' 'processed', 'rescued', 'ignored']},
|
{'host_status_counts': ['skipped', 'ok', 'changed', 'failed', 'failures', 'dark', 'processed', 'rescued', 'ignored']},
|
||||||
{
|
{
|
||||||
'summary_fields': [
|
'summary_fields': [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user