Skip to content

Commit

Permalink
fix(JDK): Allow unstable apt sources to allow JDK 11
Browse files Browse the repository at this point in the history
  • Loading branch information
hypery2k committed Mar 6, 2024
1 parent 655814c commit e0145c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/prepare/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ apt_repos:
- "deb [signed-by=/etc/apt/keyrings/google.gpg] https://packages.cloud.google.com/apt cloud-sdk main"
- "deb [signed-by=/etc/apt/keyrings/microsoft.gpg] https://packages.microsoft.com/ubuntu/20.04/prod focal main"
- "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_20.x nodistro main"
- "deb http://deb.debian.org/debian unstable main non-free contrib"
helm_plugins:
- "https://github.com/databus23/helm-diff"
- "https://github.com/jkroepke/helm-secrets"
Expand Down

0 comments on commit e0145c3

Please sign in to comment.