Skip to content

Commit b995b73

Browse files
committed
chore: install amazon-ec2-utils for ebs nvme mapping tool
1 parent f75ac46 commit b995b73

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ansible/tasks/setup-supabase-internal.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@
2929
shell: "/tmp/aws/install --update"
3030
become: true
3131

32+
- name: install utilities to manage Amazon EC2 instance storage
33+
become: true
34+
apt:
35+
pkg:
36+
- amazon-ec2-utils
37+
3238
- name: AWS CLI - configure ipv6 support for s3
3339
shell: |
3440
aws configure set default.s3.use_dualstack_endpoint true

0 commit comments

Comments
 (0)