Merge pull request #8 from sivel/ansible/pull/65973

Fix json callback for non-lockstep strategy plugins such as free

Reviewed-by: https://github.com/apps/ansible-zuul
This commit is contained in:
ansible-zuul[bot]
2020-06-19 06:48:42 +00:00
committed by GitHub
2 changed files with 50 additions and 7 deletions

View File

@@ -0,0 +1,4 @@
bugfixes:
- json callback - Fix host result to task references in the resultant JSON
output for non-lockstep strategy plugins such as free
(https://github.com/ansible/ansible/issues/65931)