- name: install distribution packages package: name: "{{ item }}" state: present loop: - "{{ workstation_pkgs_common }}" - "{{ workstation_pkgs }}"