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

482 views
Skip to first unread message

Vishal Mane

unread,
Apr 11, 2018, 6:53:22 AM4/11/18
to Ansible Project

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: <server>
  •   become: true
  •   become_method: sudo
  •   roles:
  •      - { role: working-ansible-role-visual-studio-code, x: 42 }

I cloned the role from this path --- https://github.com/mhalano/ansible-role-visual-studio-code


runnung playbook as -----ansible-playbook -i <host file address> <playbook name>.yml --ask-sudo-pass



Varun Chopra

unread,
Apr 12, 2018, 4:01:26 AM4/12/18
to Ansible Project
Reply all
Reply to author
Forward
0 new messages