egdoc.vscode

Ansible role: vscode

This Ansible role is designed to install Visual Studio Code on Linux.

Requirements

No specific requirements are needed for this role, but the gpg tool must be installed on Debian-based systems to ensure the installation works. This tool is required for the package's post-install script.

To maintain idempotence (ensuring the role can be run multiple times without changing the result), this role downloads the GPG key into /etc/apt/keyrings/ without altering it on Debian-based systems. The key in this format can only be used by SecureApt version 1.4 or later (available since the Stretch version of Debian). More information can be found here.

Role Variables

These variables represent the URL and fingerprint for the Visual Studio Code GPG key.

These variables contain the repositories' URLs for both APT and RPM.

Dependencies

None

Example Playbook

- hosts: all
  roles:
     - role: egdoc.vscode

License

This role is licensed under GPL-2.0.

Author Information

This role was created by Egidio Docile.

Informazioni sul progetto

Ansible role to install Visual Studio Code on Linux

Installa
ansible-galaxy install egdoc.vscode
Licenza
Unknown
Download
173
Proprietario