Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -290,13 +290,6 @@
regexp: '^(mibs\s+:\s+)'
replace: '#\1'

- lineinfile:
path: /etc/environment
regexp: '^{{ item.key }}='
line: '{{ item.key }}="{{ item.value }}"'
with_items:
- { key: 'JAVA_HOME', value: '/usr/lib/jvm/java-8-openjdk-amd64' }

#
# Configure the Azure agent. Only run this on Azure, since that is the
# only platform that has the Azure agent installed.
Expand Down
Loading