From a2ebdad0ad16912085c6f8bcee053220cfb0fa56 Mon Sep 17 00:00:00 2001 From: Domenik Bildhauer Date: Tue, 31 Dec 2024 20:56:22 +0100 Subject: [PATCH] add rsync to install --- linux/pre-install.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/linux/pre-install.yml b/linux/pre-install.yml index d3ae911..23f10de 100644 --- a/linux/pre-install.yml +++ b/linux/pre-install.yml @@ -23,6 +23,7 @@ - gnupg2 - sysstat - screen + - rsync - tmux state: present update_cache: yes