Install build dependencies for paru
This commit is contained in:
10
playbook.yml
10
playbook.yml
@@ -108,6 +108,16 @@
|
|||||||
state: installed
|
state: installed
|
||||||
name: sudo
|
name: sudo
|
||||||
|
|
||||||
|
- name: install dependencies for paru
|
||||||
|
package:
|
||||||
|
state: installed
|
||||||
|
name:
|
||||||
|
- base-devel
|
||||||
|
- git
|
||||||
|
- cargo
|
||||||
|
- asp
|
||||||
|
- bat
|
||||||
|
|
||||||
- name: create build user on arch
|
- name: create build user on arch
|
||||||
user:
|
user:
|
||||||
name: makepkg
|
name: makepkg
|
||||||
|
|||||||
Reference in New Issue
Block a user