system-from-scratch/roles/python/tasks/main.yml

8 lines
127 B
YAML

- name: Install python
become: true
ansible.builtin.apt:
pkg:
- python3
- python3-venv
- python3-pip