Add pip and virtualenv to bridge.openstack.org

pip and virtualenv are important, mmkay?

Change-Id: Id009b079077f41c6c9eb4dcd75a25fb56bd2a492
This commit is contained in:
Monty Taylor 2018-08-01 13:26:05 -05:00
parent 17457bc1a9
commit 1c7a2f766d
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
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