From 4aef6a6d7bcf860b59998144026b58aacc81ace3 Mon Sep 17 00:00:00 2001 From: Vladimir Kozhukalov Date: Wed, 29 Jan 2025 09:08:00 -0600 Subject: [PATCH] Ensure python and pip installed for lint and build chart jobs Change-Id: I7819d67894eff03e57fe1c22f02e167a6c63b346 --- playbooks/build-chart.yaml | 2 ++ playbooks/lint.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/playbooks/build-chart.yaml b/playbooks/build-chart.yaml index b96814ccb..02fd205d5 100644 --- a/playbooks/build-chart.yaml +++ b/playbooks/build-chart.yaml @@ -13,6 +13,8 @@ - hosts: all roles: + - ensure-python + - ensure-pip - name: ensure-helm helm_version: "3.16.4" diff --git a/playbooks/lint.yml b/playbooks/lint.yml index 2661388b6..db4125958 100644 --- a/playbooks/lint.yml +++ b/playbooks/lint.yml @@ -15,6 +15,8 @@ - hosts: all roles: + - ensure-python + - ensure-pip - name: ensure-helm helm_version: "3.16.4" - name: ensure-chart-testing