* 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
|
||||
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
|
||||
|
Reference in New Issue
Block a user