From 1f837718339bcc6f03f23956dcf32770d7a72fbb Mon Sep 17 00:00:00 2001
From: jabertwo <git@jabertwo.de>
Date: Wed, 10 Jan 2024 22:56:48 +0100
Subject: [PATCH] install mosh

---
 all/common/tasks/main.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/all/common/tasks/main.yml b/all/common/tasks/main.yml
index 99419e40..22019a77 100644
--- a/all/common/tasks/main.yml
+++ b/all/common/tasks/main.yml
@@ -45,7 +45,8 @@
       - wget
       - psmisc
       - tree
-      - tmux 
+      - tmux
+      - mosh
 
 - name: deploy sshd config
   template: src=sshd_config.j2 dest=/etc/ssh/sshd_config
-- 
GitLab