simpleinfra
simpleinfra copied to clipboard
fix(crater): install awscli from snap
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)