Skip to content
Snippets Groups Projects
Commit 408faac3 authored by Tupin Laurent's avatar Tupin Laurent Committed by k8s-ci-robot
Browse files

Pip is required for vault #3376 (#3378)

* Change execution order for pip

* Remove spaces
parent cd4a606c
Branches
Tags
No related merge requests found
...@@ -16,5 +16,14 @@ ...@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment