Skip to content

Commit ab5184d

Browse files
committed
awscli cannot be installed from apt
Signed-off-by: Davanum Srinivas <[email protected]>
1 parent 3db66b0 commit ab5184d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubetest2-ec2/config/ubuntu2404.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ packages:
99
- nfs-common
1010
- socat
1111
- conntrack
12-
- awscli
1312
- net-tools
1413
- jq
1514
- python3
@@ -86,6 +85,7 @@ write_files:
8685
owner: root
8786
permissions: '0544'
8887
runcmd:
88+
- snap install aws-cli --classic
8989
- ufw disable || echo "ufw not installed"
9090
- systemctl stop apparmor
9191
- systemctl disable apparmor

0 commit comments

Comments
 (0)