From d148cc28d171172ba660e3411a5807dd34e89ca0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Fra=C3=9F?= Date: Mon, 3 Jun 2024 23:54:26 +0200 Subject: [PATCH] [mod] role:system_basics:add tmux installation --- roles/system_basics/tasks/main.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/system_basics/tasks/main.json b/roles/system_basics/tasks/main.json index 11a8792..d19d6fb 100644 --- a/roles/system_basics/tasks/main.json +++ b/roles/system_basics/tasks/main.json @@ -23,7 +23,8 @@ "pkg": [ "vim", "htop", - "tmux" + "tmux", + "rsync" ] } },