mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-06-10 10:35:54 +00:00
If user specifies sort_order to none, results are not converted to list. This fix force this typecasting before using the results. Fixes: https://github.com/ansible/ansible/issues/69563 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>