Browse Source

Fix failure if image package index is outdated

pull/608/head
sneumann 8 years ago
committed by GitHub
parent
commit
0322b69f63
1 changed files with 1 additions and 1 deletions
  1. 2
      roles/bootstrap-os/tasks/bootstrap-ubuntu.yml

2
roles/bootstrap-os/tasks/bootstrap-ubuntu.yml

@ -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:

Loading…
Cancel
Save