diff --git a/tasks/arch_graphicals.yml b/tasks/arch_graphicals.yml index 042b58f..5b5e55a 100644 --- a/tasks/arch_graphicals.yml +++ b/tasks/arch_graphicals.yml @@ -89,10 +89,10 @@ register: st_update - name: Install st - command: "./update.sh" + command: "makepkg -si --noconfirm" args: chdir: "/home/aur_builder/st/" - when: st_update|changed + when: st_update is changed become: yes become_user: aur_builder