commit
f4f730bd8a
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue