Skip to content

Commit

Permalink
changed java to apt DO-659
Browse files Browse the repository at this point in the history
  • Loading branch information
layfield-ccdc authored Apr 18, 2024
1 parent fa6b264 commit ce2ea03
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions tasks/Linux.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
---
- name: Install Java
ansible.builtin.include_role:
name: lean_delivery.java
vars:
java_distribution: adoptopenjdk
java_major_version: 11

ansible.builtin.apt:
name: openjdk-17-jre
state: present

- name: Create teamcity agent install directory
ansible.builtin.file:
path: "{{ teamcity_agent_install_dir }}"
Expand Down

0 comments on commit ce2ea03

Please sign in to comment.