mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-02 00:33:09 +00:00
The raw kwarg was added to return raw output from devices with if the attempt to convert to json failed. The change was causing all json output to be returned raw. This fixes that issue.