ansible: fix yay install script

fix-ci
bretello 2023-12-20 12:33:27 +01:00
parent 37f33a3614
commit b5ebe15e79
Signed by: brethil
GPG Key ID: 876AAC6290170FE7
1 changed files with 1 additions and 3 deletions

View File

@ -12,8 +12,6 @@
shell: |
chgrp nobody /home/build
chmod g+ws /home/build
setfacl -m u::rwx,g::rwx /home/build
setfacl -d --set u::rwx,g::rwx,o::- /home/build
when:
- build_dir is defined
@ -47,5 +45,5 @@
- name: Install yay
community.general.pacman:
name:
- /home/build/yay/yay-*.tar.xz
- /home/build/yay/yay-*.tar.zst
state: present