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