i3, correct the syntax for the list to loop over.

This commit is contained in:
2026-07-31 15:07:33 -07:00
parent 5ebfa7e8bb
commit 5435da309a
2 changed files with 5 additions and 4 deletions
+2
View File
@@ -15,6 +15,7 @@
sddm: sddm sddm: sddm
tmux: tmux tmux: tmux
base_devel: htop # Placeholder for Arch package. base_devel: htop # Placeholder for Arch package.
macbook_wifi_driver: broadcom-sta-dkms
- name: General | Facts | Package | Parrot OS Fixes - name: General | Facts | Package | Parrot OS Fixes
set_fact: set_fact:
@@ -44,6 +45,7 @@
encfs: encfs encfs: encfs
dig: bind dig: bind
base_devel: base-devel base_devel: base-devel
macbook_wifi_driver: broadcom-wl-dkms
when: ansible_pkg_mgr == "pacman" when: ansible_pkg_mgr == "pacman"
- name: General | Facts | Package | FreeBSD - name: General | Facts | Package | FreeBSD
+3 -4
View File
@@ -60,11 +60,10 @@
update_cache: yes update_cache: yes
- name: Workstation | Linux | Software | i3 | Install (yay) - name: Workstation | Linux | Software | i3 | Install (yay)
package: command: "yay -S {{ item }}"
name: i3_yay_packages loop: "{{ i3_yay_packages }}"
state: present
use: yay
when: ansible_pkg_mgr == "pacman" when: ansible_pkg_mgr == "pacman"
become_user: "{{ aur_user }}"
- name: Workstation | Linux | Software | i3 | Config | Create Dir - name: Workstation | Linux | Software | i3 | Config | Create Dir
ansible.builtin.file: ansible.builtin.file: