mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 05:45:06 +03:00
* Change execution order for pip * Remove spaces
This commit is contained in:
committed by
k8s-ci-robot
parent
cd4a606cb1
commit
408faac3c9
@@ -16,5 +16,14 @@
|
|||||||
|
|
||||||
- name: Install packages requirements for bootstrap
|
- name: Install packages requirements for bootstrap
|
||||||
yum:
|
yum:
|
||||||
name: libselinux-python
|
name: "{{ packages }}"
|
||||||
|
state: present
|
||||||
|
vars:
|
||||||
|
packages:
|
||||||
|
- libselinux-python
|
||||||
|
- epel-release
|
||||||
|
|
||||||
|
- name: Install pip for bootstrap
|
||||||
|
yum:
|
||||||
|
name: python-pip
|
||||||
state: present
|
state: present
|
||||||
|
|||||||
Reference in New Issue
Block a user