feat(dev-playbook): install python
This commit is contained in:
parent
d6c8cb14cb
commit
863e7288e8
1 changed files with 7 additions and 0 deletions
|
@ -24,3 +24,10 @@
|
|||
ansible.builtin.apt:
|
||||
name: golang
|
||||
default_release: bookworm-backports
|
||||
- name: Install python
|
||||
become: true
|
||||
ansible.builtin.apt:
|
||||
pkg:
|
||||
- python3
|
||||
- python3-venv
|
||||
- python3-pip
|
||||
|
|
Loading…
Reference in a new issue