- name: install distribution packages package: name: "{{ item }}" state: present loop: - "{{ ws_pkgs['common'] }}" - "{{ ws_pkgs[ansible_distribution | lower] }}"