From 5155952dc7bb7360528bcc7cef7a3a17b8f6a125 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sun, 2 Aug 2026 11:39:50 -0700 Subject: [PATCH] Packages, last commit also changed yay to allow errors. This one fixes a messup in how the Firefox listings were pasted. --- tasks/workstation/linux/software/packages.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tasks/workstation/linux/software/packages.yml b/tasks/workstation/linux/software/packages.yml index 1a4cadd..af570d8 100644 --- a/tasks/workstation/linux/software/packages.yml +++ b/tasks/workstation/linux/software/packages.yml @@ -39,7 +39,8 @@ - gparted - hugo - "{{ firefox }}" - - "{{ firefox_esr }}" - "{{ wireless_tools }}" + - "{{ firefox_esr }}" + - "{{ wireless_tools }}" state: present - name: Workstation | Linux | Software | Packages | Install From AUR