mirror of https://github.com/ansible/ansible.git
[2.9] Typecast results before use in profile_tasks callback (#69665)
If user specifies sort_order to none, results are not converted to list. This fix force this typecasting before using the results. Fixes: ansible/ansible#69563 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>pull/69409/head
parent
6abe3a889d
commit
f6829b386e
@ -0,0 +1,2 @@
|
|||||||
|
bugfixes:
|
||||||
|
- profile_tasks - typecast results before using it (https://github.com/ansible/ansible/issues/69563).
|
Loading…
Reference in New Issue