Install pacman contrib tooling
This commit is contained in:
parent
291abba9e6
commit
c5bf3a3c40
1 changed files with 6 additions and 0 deletions
|
@ -79,3 +79,9 @@
|
||||||
src: ./files/makepkg.conf
|
src: ./files/makepkg.conf
|
||||||
dest: /etc/makepkg.conf
|
dest: /etc/makepkg.conf
|
||||||
mode: 0644
|
mode: 0644
|
||||||
|
|
||||||
|
- name: Install pacman tools
|
||||||
|
aur:
|
||||||
|
name: pacman-contrib
|
||||||
|
become: true
|
||||||
|
become_user: aur_builder
|
||||||
|
|
Loading…
Reference in a new issue