5 lines
124 B
YAML

- name: Install RetroArch and assets
pacman:
name: "{{ retroarch_packages }}"
state: present
update_cache: yes