Skip to content

Commit

Permalink
Must be quoted. Hope it's still an integer.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Jul 8, 2022
1 parent e343ec0 commit 52744f5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@ java_vendor: openjdk
# Set the variable to install the type, valid values are "jre" and "jdk".
java_type: jre

# Set the version of java, valid values are "6", 7", "8", "9", "10", "11",
# "12" or "13".
# Set the version of java, valid values are 6, 7, 8, 9, 10, 11, 12 or 13.
# By default, a distibution default is used, mapped in `vars/main.yml`.
# By setting java_version, you overwrite this default to your selected
# version.
java_version: {{ java_default_version }}
java_version: "{{ java_default_version }}"

# Set the format of the installation source, valid values are "targz" and
# "rpm". This is only valid with "java_vendor == oracle"
Expand Down

0 comments on commit 52744f5

Please sign in to comment.