Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 253a8c4

Browse files
committed
chore: install a few utilities
1 parent ccabd50 commit 253a8c4

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

ansible/tasks/setup-system.yml

+9-1
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)