Changes from 2 days ago to keep getting Artix closer to a complete provision.

This commit is contained in:
2026-08-02 11:26:38 -07:00
parent b6b0e620cf
commit 65a0d8b670
6 changed files with 26 additions and 10 deletions
+2 -2
View File
@@ -34,7 +34,7 @@
set_fact:
i3_yay_packages:
- greybird-gtk-theme
- enlightenment-arc-theme
#- enlightenment-arc-theme
- numix-gtk-theme
when: ansible_pkg_mgr == "pacman"
@@ -60,7 +60,7 @@
update_cache: yes
- name: Workstation | Linux | Software | i3 | Install (yay)
command: "yay --noconfirm -S {{ item }}"
command: "yay -Qs {{ item }} || yay --noconfirm -S {{ item }}"
loop: "{{ i3_yay_packages }}"
when: ansible_pkg_mgr == "pacman"
become_user: "{{ aur_user }}"