mirror of
https://gitlab.com/dbrw/ansible-setup.git
synced 2025-08-03 21:55:41 +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
|