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



-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/21d4ff3a-05c3-4369-9366-3ca7dd34d3a6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to