btop: Install btop and run it on the console

`btop` is so much better than `top`.  It makes a really nice status
indicator for machine health, so I like running it on tty1.
This commit is contained in:
2023-04-12 14:06:40 -05:00
parent e323324c54
commit db74e9ac3f
6 changed files with 104 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
- name: reload systemd
systemd:
daemon_reload: true
- name: restart btop
service:
name: btop
state: restarted