mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-04-04 08:04:16 +02:00
5 lines
124 B
YAML
5 lines
124 B
YAML
- name: Install RetroArch and assets
|
|
pacman:
|
|
name: "{{ retroarch_packages }}"
|
|
state: present
|
|
update_cache: yes |