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