Skip to content

Commit

Permalink
adjusted name, fixed extra string that was left in debconf
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoca committed Jun 12, 2014
1 parent 4d5a7be commit 12e4d1a
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
@@ -1,4 +1,4 @@
oracle_java7
oracle_java
========

This role installs the official Oracle java
Expand Down
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
when: ansible_distribution in [ 'Debian' ]

- name: Accept Oracle license
debconf: name="{{oracle_installer_key}} oracle-java7-installer" question='shared/{{oracle_license_key}}' value='true' vtype='select'
debconf: name="{{oracle_installer_key}}" question='shared/{{oracle_license_key}}' value='true' vtype='select'

- name: Install packages
apt: name={{item}} state=present update_cache=yes
Expand Down

0 comments on commit 12e4d1a

Please sign in to comment.