Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion images/capi/ansible/roles/providers/tasks/awscliv2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
- gnupg
- unzip
state: present
when: ansible_distribution == "RedHat"
when: ansible_distribution == "RedHat" or packer_build_name is search('rockylinux')

- name: Install AWS CLI prerequisites
ansible.builtin.apt:
Expand Down
2 changes: 1 addition & 1 deletion images/capi/packer/ami/rockylinux-8.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"ami_filter_name": "Rocky-8-ec2-8.5-*",
"ami_filter_name": "Rocky-8-EC2-Base-8.9-*",
"ami_filter_owners": "679593333241",
"build_name": "rockylinux-8",
"distribution": "rockylinux",
Expand Down