Ansible still asking for sudo with a passwordless user
I have just started learning ansible , i configured a simple playbook where m running a apt install command using a passwordless remote user (called ansible) and added the become:true as shown in the code below.