mirror of https://github.com/ansible/ansible.git
Fix incorrect msg in the results dict in loops (#71482)
parent
a1a624b150
commit
50f221c63e
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- Fix incorrect msg in the results dict in loops
|
@ -1,5 +1,5 @@
|
||||
+ ansible-playbook -i inventory test.yml
|
||||
++ set +x
|
||||
fatal: [testhost]: FAILED! => {"changed": false, "msg": "no reason"}
|
||||
fatal: [testhost]: FAILED! => {"msg": "All items completed"}
|
||||
fatal: [testhost]: FAILED! => {"msg": "One or more items failed"}
|
||||
fatal: [testhost]: FAILED! => {"changed": false, "msg": "Failed as requested from task"}
|
||||
|
Loading…
Reference in New Issue