Ansible_workstation/roles/core/tasks/archlinux.yml

8 lines
142 B
YAML

---
- name: Archlinux - Install pkgs
community.general.pacman:
name: "{{ item }}"
state: present
with_items: "{{ pacman_pkgs }}"