Fix failure if image package index is outdated

This commit is contained in:
sneumann 2016-11-15 17:49:14 +01:00 committed by GitHub
parent e587e82f7f
commit 0322b69f63

View file

@ -7,7 +7,7 @@
ignore_errors: True
- name: Bootstrap | Install python 2.x
raw: DEBIAN_FRONTEND=noninteractive apt-get install -y python-minimal
raw: DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y python-minimal
when: need_bootstrap | failed
- set_fact: