Skip to content

Commit

Permalink
fixing role to work with ubuntu/trusty64
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishaley42 committed Jan 3, 2018
1 parent 404027c commit c0eec7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion handlers/main.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
# handlers file for java-oracle-8
# handlers file for ansible-java-oracle-8
4 changes: 2 additions & 2 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
debconf:
name: oracle-java8-installer
question: shared/accepted-oracle-license-v1-1
value: true
vtype: select
value: "true"
vtype: "select"

- name: debian | installing Oracle Java8
apt:
Expand Down

0 comments on commit c0eec7a

Please sign in to comment.