Merge "Add check of pip install in the virtualenv"

This commit is contained in:
Zuul 2019-01-04 12:20:42 +00:00 committed by Gerrit Code Review
commit 384630f062
1 changed files with 6 additions and 0 deletions

View File

@ -52,6 +52,12 @@
mode: 0700
become: True
- name: Ensure pip is installed
easy_install:
name: pip
virtualenv: "{{ virtualenv }}"
virtualenv_site_packages: True
- name: Ensure kayobe virtualenv has the latest version of pip installed
pip:
name: pip