5c2e344
c8de512
6e68a16
1 2 3 4
5
6 7
- name: install distribution packages package: name: "{{ item }}" state: present loop: - "{{ workstation_pkgs_common }}" - "{{ workstation_pkgs }}"