From 5435da309aa8f26580fa9cac3cfb67e662cef3db Mon Sep 17 00:00:00 2001 From: Hyperling Date: Fri, 31 Jul 2026 15:07:33 -0700 Subject: [PATCH] i3, correct the syntax for the list to loop over. --- facts/general/package.yml | 2 ++ tasks/workstation/linux/software/i3.yml | 7 +++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/facts/general/package.yml b/facts/general/package.yml index 15d66de..bc6641b 100644 --- a/facts/general/package.yml +++ b/facts/general/package.yml @@ -15,6 +15,7 @@ sddm: sddm tmux: tmux base_devel: htop # Placeholder for Arch package. + macbook_wifi_driver: broadcom-sta-dkms - name: General | Facts | Package | Parrot OS Fixes set_fact: @@ -44,6 +45,7 @@ encfs: encfs dig: bind base_devel: base-devel + macbook_wifi_driver: broadcom-wl-dkms when: ansible_pkg_mgr == "pacman" - name: General | Facts | Package | FreeBSD diff --git a/tasks/workstation/linux/software/i3.yml b/tasks/workstation/linux/software/i3.yml index c88decd..28d3009 100644 --- a/tasks/workstation/linux/software/i3.yml +++ b/tasks/workstation/linux/software/i3.yml @@ -60,11 +60,10 @@ update_cache: yes - name: Workstation | Linux | Software | i3 | Install (yay) - package: - name: i3_yay_packages - state: present - use: yay + command: "yay -S {{ item }}" + loop: "{{ i3_yay_packages }}" when: ansible_pkg_mgr == "pacman" + become_user: "{{ aur_user }}" - name: Workstation | Linux | Software | i3 | Config | Create Dir ansible.builtin.file: