Update .gitlab-ci.yml

This commit is contained in:
2022-09-25 17:03:23 +00:00
parent 7bda334870
commit 3d35567d0e

View File

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