Sostituzione di prepare con un playbook che viene lanciato sulla macchina locale.
This commit is contained in:
parent
23343af106
commit
813cf57d54
78 changed files with 885 additions and 70 deletions
11
roles/pip/tasks/install/void.yml
Normal file
11
roles/pip/tasks/install/void.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
# pip on void
|
||||
|
||||
- name: (void) installing pip
|
||||
community.general.xbps:
|
||||
name:
|
||||
- python-pip
|
||||
- python3-virtualenv
|
||||
state: present
|
||||
update_cache: true
|
||||
become: true
|
Loading…
Add table
Add a link
Reference in a new issue