mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-14 15:58:38 -05:00
Merge pull request #3272 from jladdjr/mo_stats
Add support for new playbook stats Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
@@ -329,8 +329,10 @@ class BaseCallbackModule(CallbackBase):
|
||||
changed=stats.changed,
|
||||
dark=stats.dark,
|
||||
failures=stats.failures,
|
||||
ignored=getattr(stats, 'ignored', 0),
|
||||
ok=stats.ok,
|
||||
processed=stats.processed,
|
||||
rescued=getattr(stats, 'rescued', 0),
|
||||
skipped=stats.skipped
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user