Files
private-ai-platform/ansible/roles/k8s/install/00_python/tasks/main.yml
Hrankin, Aleksandr (contracted) f243f440c3 init
2026-02-19 11:34:13 +00:00

9 lines
188 B
YAML

---
- name: Ensure required Python libraries are installed
ansible.builtin.apt:
name:
- python3-pip
- python3-kubernetes
state: present
update_cache: yes