mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-18 03:30:07 -03:30
Changed apt to apt-get
This commit is contained in:
committed by
Antoine Legrand
parent
df2b2d7417
commit
da8a604c4c
@@ -7,8 +7,8 @@
|
|||||||
ignore_errors: True
|
ignore_errors: True
|
||||||
|
|
||||||
- name: Bootstrap | Install python 2.x
|
- name: Bootstrap | Install python 2.x
|
||||||
raw: DEBIAN_FRONTEND=noninteractive apt install -y python-minimal
|
raw: DEBIAN_FRONTEND=noninteractive apt-get install -y python-minimal
|
||||||
when: need_bootstrap | failed
|
when: need_bootstrap | failed
|
||||||
|
|
||||||
- set_fact:
|
- set_fact:
|
||||||
ansible_python_interpreter: "/usr/bin/python"
|
ansible_python_interpreter: "/usr/bin/python"
|
||||||
|
|||||||
Reference in New Issue
Block a user