From e46f11cfe74bed802dda431619c0941758df6cdf Mon Sep 17 00:00:00 2001 From: Hyperling Date: Mon, 15 Feb 2021 07:25:25 -0600 Subject: [PATCH] Go ahead and install zsh in case I like it and want to switch. This also fixes error in gather.yml. --- 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 8e6cf43..c7069b8 100644 --- a/tasks/general/software/packages.yml +++ b/tasks/general/software/packages.yml @@ -20,6 +20,7 @@ - neofetch - "{{ sshfs }}" - "{{ locate }}" + - zsh state: present - name: General | Software | Packages | Update Software (Disabled)