9 lines
188 B
YAML
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
|