mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-09 02:17:39 -02:30
Merge pull request #608 from sneumann/patch-1
Fix failure if image package index is outdated
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
ignore_errors: True
|
ignore_errors: True
|
||||||
|
|
||||||
- name: Bootstrap | Install python 2.x
|
- 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
|
when: need_bootstrap | failed
|
||||||
|
|
||||||
- set_fact:
|
- set_fact:
|
||||||
|
|||||||
Reference in New Issue
Block a user