Merge "Add pip and virtualenv to bridge.openstack.org"
This commit is contained in:
commit
b1e07b6dbb
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…
x
Reference in New Issue
Block a user