12 lines
188 B
YAML
12 lines
188 B
YAML
|
---
|
||
|
# pip on void
|
||
|
|
||
|
- name: (void) installing pip
|
||
|
community.general.xbps:
|
||
|
name:
|
||
|
- python-pip
|
||
|
- python3-virtualenv
|
||
|
state: present
|
||
|
update_cache: true
|
||
|
become: true
|