Skip to content

Commit

Permalink
Avoid a deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Jun 17, 2018
1 parent 4a7f16b commit 5291f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
become: yes
apt:
name=openjdk-8-jdk
state=installed
state=present

- name: Fix java version selected
become: yes
Expand Down

0 comments on commit 5291f8b

Please sign in to comment.