Skip to content
Snippets Groups Projects
Commit f4f730bd authored by Antoine Legrand's avatar Antoine Legrand Committed by GitHub
Browse files

Merge pull request #1025 from holser/bug/961

Install pip on Ubuntu
parents f5e27f1a 2b617984
No related branches found
No related tags found
No related merge requests found
...@@ -10,11 +10,12 @@ ...@@ -10,11 +10,12 @@
- pip - pip
tags: facts tags: facts
- name: Bootstrap | Install python 2.x - name: Bootstrap | Install python 2.x and pip
raw: > raw:
apt-get update && \ apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y python-minimal pip DEBIAN_FRONTEND=noninteractive apt-get install -y python-minimal python-pip
when: need_bootstrap | failed when:
"{{ need_bootstrap.results | map(attribute='rc') | sort | last | bool }}"
- set_fact: - set_fact:
ansible_python_interpreter: "/usr/bin/python" ansible_python_interpreter: "/usr/bin/python"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment