Ansible_workstation/roles/core/tasks/archlinux.yml

8 lines
142 B
YAML
Raw Normal View History

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