i3, allow yay to run without prompts.

This commit is contained in:
2026-07-31 15:09:52 -07:00
parent 5435da309a
commit b9d0e31631
+1 -1
View File
@@ -60,7 +60,7 @@
update_cache: yes update_cache: yes
- name: Workstation | Linux | Software | i3 | Install (yay) - name: Workstation | Linux | Software | i3 | Install (yay)
command: "yay -S {{ item }}" command: "yay --noconfirm -S {{ item }}"
loop: "{{ i3_yay_packages }}" loop: "{{ i3_yay_packages }}"
when: ansible_pkg_mgr == "pacman" when: ansible_pkg_mgr == "pacman"
become_user: "{{ aur_user }}" become_user: "{{ aur_user }}"