Skip to content

Commit

Permalink
Merge pull request #148 from krishmoodbidri/feat-openstack
Browse files Browse the repository at this point in the history
python pip version update for Flask User reg app
  • Loading branch information
jprorama authored Mar 3, 2020
2 parents 216535e + 4d7173d commit 8c8e5b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/ood_user_reg_cloud/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
yum: name="{{ mod_wsgi_pkg_name }}" state=latest

- name: Install pip via yum
yum: name=python2-pip state=latest
yum: name=python3-pip state=latest

- name: Install virtualenv via pip
pip: name=virtualenv state=latest
Expand Down

0 comments on commit 8c8e5b5

Please sign in to comment.