check new version
This commit is contained in:
5
roles/02-installation-java/templates/java.sh.j2
Normal file
5
roles/02-installation-java/templates/java.sh.j2
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
# {{ ansible_managed }}
|
||||
|
||||
export JAVA_HOME={{ java_home }}
|
||||
export PATH=$JAVA_HOME
|
Reference in New Issue
Block a user