Skip to content

Commit

Permalink
chore: Use default AL2 ami
Browse files Browse the repository at this point in the history
  • Loading branch information
rthorn-nr committed Dec 27, 2023
1 parent 7751205 commit c28a3c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion test/definitions-eu/apm/java/rhl2-jetty.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"provider": "aws",
"type": "ec2",
"size": "t3.micro",
"ami_name": "amzn2-ami-hvm-2.0.????????.?-x86_64-gp2",
"ami_name": "amzn2-ami-kernel-*-hvm-*-x86_64-gp2",
"user_name": "ec2-user"
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@
- debug:
msg: Install Systemd Jetty

- name: Install CA certificates
package:
name: ["ca-certificates-java"]
state: latest
become: true

- name: Install Java for debian
package:
name: ["default-jdk"]
Expand Down

0 comments on commit c28a3c9

Please sign in to comment.