Update .gitlab-ci.yml

This commit is contained in:
2022-09-25 17:08:05 +00:00
parent 780306f758
commit e4c186a19b

View File

@@ -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