Add pip and virtualenv to bridge.openstack.org
pip and virtualenv are important, mmkay? Change-Id: Id009b079077f41c6c9eb4dcd75a25fb56bd2a492
This commit is contained in:
parent
17457bc1a9
commit
1c7a2f766d
3
playbooks/bridge.yaml
Normal file
3
playbooks/bridge.yaml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
- hosts: bridge.openstack.org
|
||||||
|
roles:
|
||||||
|
- pip3
|
6
playbooks/roles/pip3/tasks/main.yaml
Normal file
6
playbooks/roles/pip3/tasks/main.yaml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
- name: Install pip and virtualenv
|
||||||
|
package:
|
||||||
|
name: "{{ item }}"
|
||||||
|
loop:
|
||||||
|
- python3-pip
|
||||||
|
- python3-virtualenv
|
Loading…
Reference in New Issue
Block a user