Skip to content
Snippets Groups Projects
Commit 8b11de54 authored by Matthew Mosesohn's avatar Matthew Mosesohn Committed by GitHub
Browse files

Merge pull request #608 from sneumann/patch-1

Fix failure if image package index is outdated
parents 61adca2a 3aa2d56d
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
ignore_errors: True
- name: Bootstrap | Install python 2.x
raw: DEBIAN_FRONTEND=noninteractive apt-get install -y python-minimal
raw: apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y python-minimal
when: need_bootstrap | failed
- set_fact:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment