From ebce788702f854133879384c2d61ab933c137c4b Mon Sep 17 00:00:00 2001 From: William Valentin Date: Thu, 12 Mar 2026 13:50:42 -0700 Subject: [PATCH] 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 --- ansible/roles/openclaw/tasks/system-tools-linux.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ansible/roles/openclaw/tasks/system-tools-linux.yml b/ansible/roles/openclaw/tasks/system-tools-linux.yml index 712952f..bf5db1c 100644 --- a/ansible/roles/openclaw/tasks/system-tools-linux.yml +++ b/ansible/roles/openclaw/tasks/system-tools-linux.yml @@ -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