simpleinfra icon indicating copy to clipboard operation
simpleinfra copied to clipboard

fix(crater): install awscli from snap

Open marcoieni opened this issue 1 year ago • 0 comments

Ansible in master fails on crater (which is now on ubuntu 24). This is because awscli is not installed anymore in apt. With this PR we install aws from snap instead of apt.

How to deploy this:

  • uninstall awscli with ssh
  • run ansible apply

A newer version of the aws cli will be pulled so maybe there are some breaking changes that we need to fix after. (this should work)

marcoieni avatar Oct 08 '24 14:10 marcoieni