Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 592 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 592 Bytes

Ansible Role: VS Code

An Ansible Role that installs Microsoft Visual Studio Code.

Requirements

None.

Role Variables

Available variables are listed below, along with default values (see defaults/main.yml).

You can control the build to be installed:

vscode_build: stable

The vscode_build should be either stable or insiders.

Dependencies

None.

Example Playbook

- hosts: servers
  roles:
    - { role: ihmels.vscode }

License

MIT