From e4c186a19b59eed281dd39489277e5a4916c5852 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 25 Sep 2022 17:08:05 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5e913a1..27978a1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -65,10 +65,12 @@ apply: ansible: stage: ansible + variables: + DEBIAN_FRONTEND: noninteractive image: name: ubuntu:latest before_script: - - apt update && apt install ansible python3-pip -y + - apt update && apt install tzdata ansible python3-pip -y - pip install kubernetes - ansible-galaxy collection install kubernetes.core - echo $kubeconfig > config