Skip to content
Extraits de code Groupes Projets
Valider dbb01560 rédigé par Rémi - Le Filament's avatar Rémi - Le Filament
Parcourir les fichiers

[UPD] support multi python version for bank

parent f6670cb9
Branches
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -413,7 +413,7 @@
# --------------------------------------------------
- name: PROD Install Debian OS packages
apt:
name: ['python3-pip', 'python3-setuptools', 'python3.8-venv']
name: ['python3-pip', 'python3-setuptools', 'python3.{{ ansible_python["version"]["minor"] }}-venv']
state: latest
update_cache: true
force: true
......@@ -425,7 +425,7 @@
- name: PROD Check Installed Debian OS packages
apt:
name: ['python3-pip', 'python3-setuptools', 'python3.8-venv']
name: ['python3-pip', 'python3-setuptools', 'python3.{{ ansible_python["version"]["minor"] }}-venv']
state: latest
update_cache: true
force: true
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter