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