Merge "Add pip and virtualenv to bridge.openstack.org"

This commit is contained in:
Zuul 2018-08-03 21:46:37 +00:00 committed by Gerrit Code Review
commit b1e07b6dbb
2 changed files with 9 additions and 0 deletions

3
playbooks/bridge.yaml Normal file
View File

@ -0,0 +1,3 @@
- hosts: bridge.openstack.org
roles:
- pip3

View File

@ -0,0 +1,6 @@
- name: Install pip and virtualenv
package:
name: "{{ item }}"
loop:
- python3-pip
- python3-virtualenv