Maximum stdout_lines in ansible

Hi,

Is there any size limit for the stdout_lines in Ansible?https://docs.ansible.com/ansible/latest/reference_appendices/common_return_values.html#id15

no actual limit in code, you might be limited by resources or other
external factors.

Thanks Brian