yay, change the command modules to shell so that || works properly.

This commit is contained in:
2026-08-02 11:50:58 -07:00
parent 8e0cc7fa45
commit 33a645fea0
2 changed files with 2 additions and 2 deletions
@@ -44,7 +44,7 @@
state: present
- name: Workstation | Linux | Software | Packages | Install From AUR
command: "yay -Qs {{ item }} || yay --noconfirm -S {{ item }}"
shell: "yay -Qs {{ item }} || yay --noconfirm -S {{ item }}"
loop:
- appimagelauncher
when: ansible_pkg_mgr == "pacman"