lefilament / ansible_role_docker_server

Ansible role for installing docker server packages and proxy
GNU Affero General Public License v3.0
4 stars 4 forks source link

Let internal pip module choose the executable #8

Closed ni-ka closed 2 years ago

ni-ka commented 2 years ago

closes #7

remi-filament commented 2 years ago

Hi @ni-ka thank you for this PR, however I need to explicitly define pip executable and version here since I have on some servers both Python 2.7 and Python 3 However, I have just checked the pip module documentation and it seems that in executable you could only set pip3 instead of full path. Therefore it should work with : executable: pip3

I have tested on my infra and it works, do you mind testing this with your Debian server so that we can go forward without removing that line ?

remi-filament commented 2 years ago

Superseeded by https://github.com/lefilament/ansible_role_docker_server/commit/199384c9347f16a24d8698d8edf53d3dac49d1a3