- hosts: - bgp tasks: - name: Install bird2 become: yes vars: items: - bird2 apt: install_recommends: no name: "{{ items }}"