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 }