--- - name: install requirements for some Ansible operations apt: name: "{{ item }}" state: present with_items: - aptitude - python-apt