In playbook file become:true and remote_user is not declared?

If In playbook file become:true and remote_user is not declared which user is used to run playbook file?

Hi,
Playbooks will be executed as default SSH user.
This setup assumes that either the tasks don’t require elevated privileges, or the SSH user already has the required permissions.