7 lines
127 B
YAML
7 lines
127 B
YAML
- name: Install python
|
|
become: true
|
|
ansible.builtin.apt:
|
|
pkg:
|
|
- python3
|
|
- python3-venv
|
|
- python3-pip
|