From 38882a99405b36995a8928aafa1e08971c328979 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Wed, 1 Jan 2025 08:36:41 -0700 Subject: [PATCH] Add explicit call for rsync. --- tasks/general/software/packages.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/general/software/packages.yml b/tasks/general/software/packages.yml index 015624c..0796fce 100644 --- a/tasks/general/software/packages.yml +++ b/tasks/general/software/packages.yml @@ -55,6 +55,7 @@ - vim - "{{ cron }}" - "{{ encfs }}" + - rsync state: present - name: General | Software | Packages | Install Software (DEV)