|
@ -10,12 +10,14 @@ |
|
|
- python |
|
|
- python |
|
|
- pip |
|
|
- pip |
|
|
- dbus-daemon |
|
|
- dbus-daemon |
|
|
|
|
|
environment: {} |
|
|
tags: facts |
|
|
tags: facts |
|
|
|
|
|
|
|
|
- name: Bootstrap | Install python 2.x, pip, and dbus |
|
|
- name: Bootstrap | Install python 2.x, pip, and dbus |
|
|
raw: |
|
|
raw: |
|
|
apt-get update && \ |
|
|
apt-get update && \ |
|
|
DEBIAN_FRONTEND=noninteractive apt-get install -y python-minimal python-pip dbus |
|
|
DEBIAN_FRONTEND=noninteractive apt-get install -y python-minimal python-pip dbus |
|
|
|
|
|
environment: {} |
|
|
when: |
|
|
when: |
|
|
need_bootstrap.results | map(attribute='rc') | sort | last | bool |
|
|
need_bootstrap.results | map(attribute='rc') | sort | last | bool |
|
|
|
|
|
|
|
|