- name: Remove default network setup packages apt: name: "{{ item }}" install_recommends: no with_items: - python-lxc - include_tasks: per-host.yml vars: i: "{{ item }}" with_dict: "{{ lxc_containers }}"