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: