Skip to content

Commit f9dd125

Browse files
Update readme
1 parent e147ca5 commit f9dd125

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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-
3231
intellij_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.
5554
Once found copy the link location for the desired version and use the _updateId=XXXXX_ part at the end
5655

5756
intellij_plugins:

0 commit comments

Comments
 (0)