Fix json callback for non-lockstep strategy plugins such as free. Fixes #65931

This commit is contained in:
Matt Martz
2019-12-19 09:54:44 -06:00
parent 6b347f3725
commit 23d3703a84
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)