From 1b6819d5fda070e0c29399165b3c9507e9d8a905 Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Wed, 29 Nov 2023 13:17:03 +0100 Subject: [PATCH] moved helix installation at the bottom --- playbook.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/playbook.yml b/playbook.yml index 99f64f2..ec9b99d 100644 --- a/playbook.yml +++ b/playbook.yml @@ -3,11 +3,6 @@ hosts: all connection: local tasks: - - name: Install Helix (text editor) - become: true - pacman: - name: helix - state: present - name: Install Fd (alternative to find) become: true pacman: