Skip to content

Commit

Permalink
Updated default value for java_home (#18)
Browse files Browse the repository at this point in the history
Changed to match fact in version `2.0.0` of `gantsign.java`.

Enhancement: resolves #16
  • Loading branch information
freemanjp authored Aug 22, 2016
1 parent f4fb251 commit 6cbc7b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ intellij_edition: community
intellij_install_dir: /opt/idea/idea-{{ intellij_edition }}-{{ intellij_version }}

# Location of the default JDK for IntelliJ IDEA projects
intellij_default_jdk_home: "{{ ansible_local.java.general.java_home }}"
intellij_default_jdk_home: "{{ ansible_local.java.general.home }}"

# Location of the default Apache Maven installation for IntelliJ IDEA projects
intellij_default_maven_home: "{{ ansible_local.maven.general.home }}"
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ intellij_edition: community
intellij_install_dir: /opt/idea/idea-{{ intellij_edition }}-{{ intellij_version }}

# Location of the default JDK for IntelliJ IDEA projects
intellij_default_jdk_home: "{{ ansible_local.java.general.java_home }}"
intellij_default_jdk_home: "{{ ansible_local.java.general.home }}"

# Location of the default Apache Maven installation for IntelliJ IDEA projects
intellij_default_maven_home: "{{ ansible_local.maven.general.home }}"
Expand Down

0 comments on commit 6cbc7b9

Please sign in to comment.