Skip to content

Commit d704e8a

Browse files
author
suyash jain
committed
DLPX-95475 Remove JAVA_HOME variable dependency from global environment file
PR URL: https://www.github.com/delphix/delphix-platform/pull/548
1 parent 8e8627c commit d704e8a

File tree

1 file changed

+0
-7
lines changed
  • files/common/var/lib/delphix-platform/ansible/10-delphix-platform/roles/delphix-platform/tasks

1 file changed

+0
-7
lines changed

files/common/var/lib/delphix-platform/ansible/10-delphix-platform/roles/delphix-platform/tasks/main.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -290,13 +290,6 @@
290290
regexp: '^(mibs\s+:\s+)'
291291
replace: '#\1'
292292

293-
- lineinfile:
294-
path: /etc/environment
295-
regexp: '^{{ item.key }}='
296-
line: '{{ item.key }}="{{ item.value }}"'
297-
with_items:
298-
- { key: 'JAVA_HOME', value: '/usr/lib/jvm/java-8-openjdk-amd64' }
299-
300293
#
301294
# Configure the Azure agent. Only run this on Azure, since that is the
302295
# only platform that has the Azure agent installed.

0 commit comments

Comments
 (0)