diff --git a/tasks/configure-software-manjaro.yaml b/tasks/configure-software-manjaro.yaml index fe8f725..c03b613 100644 --- a/tasks/configure-software-manjaro.yaml +++ b/tasks/configure-software-manjaro.yaml @@ -10,7 +10,7 @@ - name: Package Installation - Install greenclip from AUR become_user: "{{ username }}" - command: pamac install --no-confirm greenclip + command: yay -S --noconfirm greenclip args: creates: /usr/bin/greenclip