- name: Install Python 3 pip package: name: - python3-pip - python3-setuptools - python3-venv become: yes - name: Install Python 2 pip package: name: - python-setuptools - python-pip become: yes when: ensure_pip_from_packages_with_python2