* Change execution order for pip * Remove spaces
This commit is contained in:
parent
cd4a606cb1
commit
408faac3c9
1 changed files with 10 additions and 1 deletions
|
@ -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…
Reference in a new issue