Added dependencies for yay

This commit is contained in:
2025-04-01 22:57:07 +02:00
parent 28ebb675a7
commit c628c1edcd
5 changed files with 62 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
---
- name: Install fakeroot
pacman:
name: fakeroot
state: present
when: run_once_fakeroot is not defined
- name: run the fakeroot tasks once
set_fact:
run_once_fakeroot: true
when: run_once_fakeroot is not defined