need help to install Visual studio code on linux machine through Ansible

I took a role to install vs code from github. now trying to run the role, it gets executes successfully, but vs code doesn’t gets installed on the target machine.

my playbook is -----


    • hosts:
  • become: true
  • become_method: sudo
  • roles:
    • { role: working-ansible-role-visual-studio-code, x: 42 }

Your question is more suited for https://github.com/mhalano/ansible-role-visual-studio-code/issues