8000 Merge pull request #74 from supabase/da/tools · chazgorman/postgres-1@020cef4 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 020cef4

Browse files
authored
Merge pull request supabase#74 from supabase/da/tools
chore: install a few utilities
2 parents ccabd50 + 253a8c4 commit 020cef4

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

ansible/tasks/setup-system.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,14 @@
3737
update_cache: yes
3838
cache_valid_time: 3600
3939

40+
- name: Install other useful tools
41+
become: yes
42+
apt:
43+
pkg:
44+
- magic-wormhole
45+
- sysstat
46+
update_cache: yes
47+
4048
- name: Adjust APT update intervals
4149
copy:
4250
src: files/apt_periodic
@@ -61,4 +69,4 @@
6169
dest: /etc/systemd/system/services.slice
6270

6371
- name: System - systemd reload
64-
systemd: daemon_reload=yes
72+
systemd: daemon_reload=yes

0 commit comments

Comments
 (0)
0