Skip to content

Commit

Permalink
Not free-form.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed May 19, 2021
1 parent 33d7f3f commit 055a034
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@
- java_vendor == "oracle"

- name: find JAVA_HOME
ansible.builtin.shell: set -o pipefail ; readlink -f /usr/bin/java | sed 's%/bin/java%%'
args:
ansible.builtin.shell:
cmd: set -o pipefail ; readlink -f /usr/bin/java | sed 's%/bin/java%%'
executable: /bin/bash
changed_when: no
check_mode: no
Expand Down

0 comments on commit 055a034

Please sign in to comment.