1
0
mirror of https://gitlab.com/dbrw/ansible-setup.git synced 2025-08-04 05:15:46 +07:00
ansible-setup/python_dev.yml
2022-08-13 23:48:02 +07:00

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