12 lines
194 B
YAML
12 lines
194 B
YAML
---
|
|
# pip on Archlinux
|
|
|
|
- name: (arch) installing pip
|
|
community.general.pacman:
|
|
name:
|
|
- python-pip
|
|
- python-virtualenv
|
|
state: present
|
|
update_cache: true
|
|
become: true
|