mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-11 01:57:37 -03:30
* Change execution order for pip * Remove spaces
This commit is contained in:
parent
cd4a606cb1
commit
408faac3c9
@ -16,5 +16,14 @@
|
||||
|
||||
- name: Install packages requirements for bootstrap
|
||||
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user