mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-21 19:11:30 +01:00
ansible: fix yay install script
This commit is contained in:
parent
37f33a3614
commit
b5ebe15e79
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user