aboutsummaryrefslogtreecommitdiffstats
path: root/roles/workstation/tasks/pkgs.yml
blob: 674ccc42e1e1eec7fbd67461035369b7938cb5cb (plain) (blame)
1
2
3
4
5
6
7
- name: install distribution packages
  ansible.builtin.package:
    name: "{{ item }}"
    state: present
  loop:
    - "{{ workstation_pkgs_common }}"
    - "{{ workstation_pkgs }}"
remember that computers suck.