Fix tasks to avoid ansible warning about raw module environment (#3545)

This commit is contained in:
Erwan Miran
2018-10-20 16:13:54 +02:00
committed by k8s-ci-robot
parent 127969d65f
commit 3b787123e3
7 changed files with 10 additions and 1 deletions

View File

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