mirror of
https://gitlab.com/dbrw/ansible-setup.git
synced 2025-08-04 05:15:46 +07:00
10 lines
183 B
YAML
10 lines
183 B
YAML
- name: Install python tooling
|
|
pacman:
|
|
name:
|
|
- puthon
|
|
- python-pip
|
|
- mariadb-clients
|
|
|
|
- name: Install pipenv in user mode
|
|
command: pip install --user pipenv
|