- name: Install common packages apt: name={{item}} state=present with_items: - python3 - python3-pip - python3-sqlalchemy - sqlite3