Update .gitlab-ci.yml

This commit is contained in:
2022-09-25 17:00:32 +00:00
parent 12bdcbc4c0
commit 7bda334870

View File

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