Ensure python and pip installed for lint and build chart jobs

Change-Id: I7819d67894eff03e57fe1c22f02e167a6c63b346
This commit is contained in:
Vladimir Kozhukalov 2025-01-29 09:08:00 -06:00
parent 41199aee82
commit 4aef6a6d7b
2 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,8 @@
- hosts: all
roles:
- ensure-python
- ensure-pip
- name: ensure-helm
helm_version: "3.16.4"

View File

@ -15,6 +15,8 @@
- hosts: all
roles:
- ensure-python
- ensure-pip
- name: ensure-helm
helm_version: "3.16.4"
- name: ensure-chart-testing