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 8e8627c commit 3bd7428Copy full SHA for 3bd7428
files/common/var/lib/delphix-platform/ansible/10-delphix-platform/roles/delphix-platform/tasks/main.yml
@@ -290,13 +290,6 @@
290
regexp: '^(mibs\s+:\s+)'
291
replace: '#\1'
292
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
-
300
#
301
# Configure the Azure agent. Only run this on Azure, since that is the
302
# only platform that has the Azure agent installed.
0 commit comments