Feat: change run update.st to makepkg

This commit is contained in:
Bertrand Benjamin 2019-06-10 18:35:55 +02:00
parent dabfa7c25c
commit dfffebb103
1 changed files with 2 additions and 2 deletions

View File

@ -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