File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ Role Variables
2525
2626 intellij_install_file: "idea{{ intellij_edition_short }}-{{ intellij_version }}.tar.gz"
2727 intellij_download_url: "{{ intellij_download_mirror }}{{ intellij_install_file }}"
28- intellij_location : "{{ intellij_install_directory }}/intellij-{{ intellij_edition }}-{{ intellij_version }} "
29- intellij_desktop_file_location: "{{ ansible_env['HOME'] }}/.local/share/applications /intellij-{{ intellij_edition }}-{{ intellij_version }}.desktop"
28+ intellij_desktop_file_directory : "{{ ansible_env['HOME'] }}/.local/share/applications "
29+ intellij_desktop_file_location: "{{ intellij_desktop_file_directory }}/intellij-{{ intellij_edition }}-{{ intellij_version }}.desktop"
3030
3131intellij_plugins is a list of names which get appended to intellij_plugin_download_mirror to form a full download
3232
7777Change log
7878----------
7979
80+ * 1.1: Create the desktop file directory in case we are the first
8081* 1.0: Initial version
Original file line number Diff line number Diff line change @@ -10,5 +10,6 @@ intellij_install_directory: "{{ ansible_env['HOME'] }}/Tools"
1010intellij_install_file : " idea{{ intellij_edition_short }}-{{ intellij_version }}.tar.gz"
1111intellij_download_url : " {{ intellij_download_mirror }}{{ intellij_install_file }}"
1212intellij_location : " {{ intellij_install_directory }}/intellij-{{ intellij_edition }}-{{ intellij_version }}"
13- intellij_desktop_file_location : " {{ ansible_env['HOME'] }}/.local/share/applications/intellij-{{ intellij_edition }}-{{ intellij_version }}.desktop"
13+ intellij_desktop_file_directory : " {{ ansible_env['HOME'] }}/.local/share/applications"
14+ intellij_desktop_file_location : " {{ intellij_desktop_file_directory }}/intellij-{{ intellij_edition }}-{{ intellij_version }}.desktop"
1415
Original file line number Diff line number Diff line change 1717 with_items :
1818 - " {{ intellij_download_directory }}"
1919 - " {{ intellij_install_directory }}"
20+ - " {{ intellij_desktop_file_directory }}"
2021
2122- name : Download IntelliJ
2223 get_url :
You can’t perform that action at this time.
0 commit comments