-
-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Description
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_pipOutput
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
Labels
No labels