yay, change the command modules to shell so that || works properly.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user