From 3d35567d0e08d592b7b66ec476a7c923c2c0f6fe Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 25 Sep 2022 17:03:23 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2ea824b..45486fe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -68,7 +68,7 @@ ansible: image: name: ubuntu:latest before_script: - - apt update && apt install ansible -y + - apt update && apt install ansible python3-pip -y - pip install kubernetes - ansible-galaxy collection install kubernetes.core - echo $kubeconfig > config