mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 23:08:06 +02:00
Added dependencies for yay
This commit is contained in:
@@ -21,4 +21,5 @@ galaxy_info:
|
||||
repository: "https://s.veen.world/cymais"
|
||||
issue_tracker_url: "https://s.veen.world/cymaisissues"
|
||||
documentation: "https://s.veen.world/cymais"
|
||||
dependencies: []
|
||||
dependencies:
|
||||
- fakeroot
|
||||
|
@@ -1,6 +1,9 @@
|
||||
- name: install yay
|
||||
community.general.pacman:
|
||||
name: yay
|
||||
name:
|
||||
- yay
|
||||
- patch
|
||||
- base-devel
|
||||
state: present
|
||||
|
||||
- name: Create the `aur_builder` user
|
||||
|
Reference in New Issue
Block a user