From 9b871865239f0b9c001a172994971f3884fb8dbc Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Mon, 10 Apr 2023 19:02:33 +0200 Subject: [PATCH] moved rsync installation --- playbook.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/playbook.yml b/playbook.yml index 08467e7..ed2446f 100644 --- a/playbook.yml +++ b/playbook.yml @@ -92,11 +92,6 @@ pacman: name: ttf-jetbrains-mono-nerd state: present - - name: Install rsync (file synchronizer) - become: true - pacman: - name: rsync - state: present - name: Install Alacritty (terminal emulator) become: true pacman: