Skip to content

Commit

Permalink
Replace openjdk-8-jdk with openjdk-8-jdk-headless
Browse files Browse the repository at this point in the history
  • Loading branch information
palash-gandhi committed Jan 14, 2025
1 parent 45b1ba7 commit 11015f7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bootstrap/roles/appliance-build.bootstrap/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
- livecd-rootfs
- make
- man
- openjdk-8-jdk
- openjdk-8-jdk-headless
- pigz
# The VSDK plugin requires python3.8
- python3.8
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
- name: Install apt packages
ansible.builtin.apt:
name:
- openjdk-8-jdk
- openjdk-8-jdk-headless
- curl
- docker.io
- git
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
---
- apt:
name:
- openjdk-8-jdk
- openjdk-8-jdk-headless
- ant
- bash
- build-essential
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
#

openjdk-8-jdk
openjdk-8-jdk-headless
bind9
dnsutils
git
Expand Down

0 comments on commit 11015f7

Please sign in to comment.