From 7bda33487099f7b400a1002dfb6ddba6c474f8fe Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 25 Sep 2022 17:00:32 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e9b6e0e..2ea824b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -69,6 +69,7 @@ ansible: name: ubuntu:latest before_script: - apt update && apt install ansible -y + - pip install kubernetes - ansible-galaxy collection install kubernetes.core - echo $kubeconfig > config script: