Skip to content

Commit

Permalink
#341 [fix] java 설치 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
hyejungg committed Sep 10, 2023
1 parent 2b6e88f commit 65c4f2d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hous-infra/hous-server-ubuntu-setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,11 @@
cmd: cat /etc/fstab
become: yes

- name: set up java 11
shell:
cmd: apt-get install -y openjdk-11-jdk
become: yes

- name: check installed java 11
shell:
cmd: java --version
Expand Down

0 comments on commit 65c4f2d

Please sign in to comment.