35d536c
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] }}"