We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 680d570 commit 92133c4Copy full SHA for 92133c4
tasks/redhat/main.yml
@@ -70,8 +70,8 @@
70
link="/usr/bin/{{ item.exe }}"
71
path="{{ item.path }}/{{ item.exe }}"
72
with_items:
73
- - { path: "{{ oracle_java_home }}/jre/bin", exe: 'java' }
74
- - { path: "{{ oracle_java_home }}/jre/bin", exe: 'keytool' }
+ - { path: "{{ oracle_java_home }}/bin", exe: 'java' }
+ - { path: "{{ oracle_java_home }}/bin", exe: 'keytool' }
75
- { path: "{{ oracle_java_home }}/bin", exe: 'javac' }
76
- { path: "{{ oracle_java_home }}/bin", exe: 'javadoc' }
77
become: yes
0 commit comments