- name: Install python3 apt: name: python3 state: latest - name: Install ipython apt: name: - python3-ipython - ipython3 state: latest