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