File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -17,18 +17,17 @@ Role Variables
1717
1818 intellij_version: 2017.1.1
1919 intellij_edition: community
20- intellij_download_mirror: https://download.jetbrains.com/python/
20+ intellij_download_mirror: " https://download.jetbrains.com/idea/"
2121 intellij_plugin_download_mirror: "https://plugins.jetbrains.com/plugin/download?updateId="
2222 intellij_plugins: []
2323 intellij_download_directory: /tmp
2424 intellij_install_directory: "{{ ansible_env['HOME'] }}/Tools"
2525
26- intellij_install_file: "intellij- {{ intellij_edition }}-{{ intellij_version }}.tar.gz"
26+ intellij_install_file: "idea {{ intellij_edition_short }}-{{ intellij_version }}.tar.gz"
2727 intellij_download_url: "{{ intellij_download_mirror }}{{ intellij_install_file }}"
2828 intellij_location: "{{ intellij_install_directory }}/intellij-{{ intellij_edition }}-{{ intellij_version }}"
2929 intellij_desktop_file_location: "{{ ansible_env['HOME'] }}/.local/share/applications/intellij-{{ intellij_edition }}-{{ intellij_version }}.desktop"
3030
31-
3231intellij_plugins is a list of names which get appended to intellij_plugin_download_mirror to form a full download
3332
3433
@@ -51,7 +50,7 @@ __Example playbook__
5150
5251__ Exmaple inventory for plugins__
5352
54- The below IDs have been found by going to https://plugins.jetbrains.com/intellij and searching for the plugin.
53+ The below IDs have been found by going to https://plugins.jetbrains.com/ and searching for the plugin.
5554Once found copy the link location for the desired version and use the _ updateId=XXXXX_ part at the end
5655
5756 intellij_plugins:
You can’t perform that action at this time.
0 commit comments