Releases: gantsign/ansible-role-visual-studio-code
Releases · gantsign/ansible-role-visual-studio-code
2.1.0
Enhancements:
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
2.0.1
2.0.0
Breaking changes:
- Variable
local_ansible_data_path
renamed tovisual_studio_code_download_dir
- If you were specifying
local_ansible_data_path
before, you can either
specifyvisual_studio_code_download_dir
(specific to this role), or
specifyx_ansible_download_dir
(to be shared across roles).
- If you were specifying
- 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:
specifyvisual_studio_code_download_dir
(specific to this role) or
specifyx_ansible_download_dir
(to be shared across roles).
- If you want to change the download directory you can either:
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: