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