ansible-role-visual-studio-code

Ansible role for installing the Visual Studio Code IDE

MIT License

Stars
103
Committers
6

Bot releases are hidden (Show)

ansible-role-visual-studio-code - 2.1.0

Published by freemanjp about 8 years ago

Enhancements:

  • #29: Add ability to install extensions
  • #32: Add ability to write settings.json

Other changes:

  • #20: Added Galaxy shield to README.md
  • #21: Updated Molecule to 1.9.1
  • #22: Added link to other GantSign roles
  • #23: Fixed case of titles in README.md
  • #24: Added pycache to .gitignore
  • #25: Added license shield to README.md
  • #26: Specify hosts to testinfa via python
  • #27: Improved YAML quoting
  • #28: Specify role in YAML style
  • #31: Added test for installing extensions
ansible-role-visual-studio-code - 2.0.1

Published by freemanjp about 8 years ago

Changes:

  • #18: Set Molecule version for Travis CI build
  • #19: Adopted yes|no convention for booleans
ansible-role-visual-studio-code - 2.0.0

Published by freemanjp about 8 years ago

Breaking changes:

  • Variable local_ansible_data_path renamed to visual_studio_code_download_dir
    • If you were specifying local_ansible_data_path before, you can either
      specify visual_studio_code_download_dir (specific to this role), or
      specify x_ansible_download_dir (to be shared across roles).
  • The default download directory has changed from /tmp/ansible/data to
    ~/.ansible/tmp/downloads
    • If you want to change the download directory you can either:
      specify visual_studio_code_download_dir (specific to this role) or
      specify x_ansible_download_dir (to be shared across roles).

Enhancements:

  • #9: Use Molecule to aid development and testing enhancement
  • #13: Rename local_ansible_data_path to visual_studio_code_download_dir
  • #14: Move default visual_studio_code_download_dir under user home

Other changes:

  • #10: Standardized .gitattributes across roles
  • #11: Standardized .gitignore across roles
  • #17: Added documentation on version dependent config
ansible-role-visual-studio-code - 1.1.1

Published by freemanjp about 8 years ago

#8: Fixed cut and paste error in comment

ansible-role-visual-studio-code - 1.1.0

Published by freemanjp about 8 years ago

Enhancements:

  • #4: Declared privilege escalation for tasks
  • #5: Declared Ubuntu Trusty and Xenial as supported

Other changes:

  • #1: Test running Ansible Role
  • #2: YAML string quoting improvements
  • #3: Changed file permissions to text
ansible-role-visual-studio-code - 1.0.3

Published by freemanjp about 8 years ago

Updated to Visual Studio Code 1.4

ansible-role-visual-studio-code - 1.0.2

Published by freemanjp over 8 years ago

Updated to Visual Studio Code 1.3.1

ansible-role-visual-studio-code - 1.0.1

Published by freemanjp over 8 years ago

Added Role Variables section to README.md

ansible-role-visual-studio-code - 1.0.0

Published by freemanjp over 8 years ago

Initial release of role for Ansible to download and install Visual Studio Code.