manedev79 / ansible-jetbrains-toolbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JetBrains Toolbox

Installs JetBrains Toolbox.

Requirements

Role Variables

Variable Required Default Description
jetbrains_toolbox_version 1.8 The version of JetBrains Toolbox to install. Can be a specific version number or "latest"

Dependencies

None

Example Playbook

- hosts: localhost
  vars:
    jetbrains_toolbox_version: 1.8
  roles:
    - jaredhocutt.jetbrains_toolbox

About