Add missing apt packages to system-tools role

Adds packages installed on zap that were absent from the playbook:
btop, byobu, fd-find, ffmpeg, gh, mtr-tiny, screen, whois, yt-dlp

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
William Valentin
2026-03-12 13:50:42 -07:00
parent b58a6ae06d
commit ebce788702

View File

@@ -33,11 +33,23 @@
- procps
# System utilities
- tmux
- screen
- tree
- jq
- unzip
- rsync
- less
- mtr-tiny
- whois
- byobu
# Modern CLI replacements / extras
- btop
- fd-find
# Media
- ffmpeg
- yt-dlp
# GitHub CLI
- gh
# Build essentials for development
- build-essential
- file