5 lines
142 B
YAML

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