Skip to content

python_pip fails on Debian 10 #5

@pierre-b

Description

@pierre-b

Hi Robert,

I get this error while using the python_pip role on a fresh Debian:

Playbook

---
- name: Prepare
  hosts: all
  gather_facts: no
  become: yes

  roles:
    - role: robertdebock.bootstrap
    - role: robertdebock.buildtools
    - role: robertdebock.python_pip

Output

TASK [robertdebock.python_pip : update pip] ************************************************************************
FAILED - RETRYING: update pip (3 retries left).
FAILED - RETRYING: update pip (2 retries left).
FAILED - RETRYING: update pip (1 retries left).
fatal: [51.91.148.106]: FAILED! => {"attempts": 3, "changed": false, "msg": "Unable to find any of pip2, pip to use. pip needs to be installed."}

Environment

  • Control node OS: MacOS
  • Control node Ansible version: 2.9.6
  • Managed node OS: Debian 10

Thanks for your help

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions