Skip to content

Commit

Permalink
Revert "manifest: Add awscli2 to RHEL 9 AMI (CLOUDX-913)"
Browse files Browse the repository at this point in the history
This reverts commit c46dc3b.

We need a bit more discussion before we consider adding this to all AMI
images. 🤔

Signed-off-by: Major Hayden <major@redhat.com>
  • Loading branch information
major authored and achilleas-k committed Jun 11, 2024
1 parent c46dc3b commit a2edeca
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pkg/distro/rhel/rhel9/ami.go
Original file line number Diff line number Diff line change
Expand Up @@ -240,11 +240,6 @@ func ec2CommonPackageSet(t *rhel.ImageType) rpmmd.PackageSet {
},
}.Append(distroSpecificPackageSet(t))

// Include awscli2 on RHEL 9.5+ (CLOUDX-913)
if common.VersionGreaterThanOrEqual(t.Arch().Distro().OsVersion(), "9.5") {
ps.Include = append(ps.Include, "awscli2")
}

return ps
}

Expand Down

0 comments on commit a2edeca

Please sign in to comment.