Update .gitlab-ci.yml
This commit is contained in:
@@ -65,10 +65,12 @@ apply:
|
|||||||
|
|
||||||
ansible:
|
ansible:
|
||||||
stage: ansible
|
stage: ansible
|
||||||
|
variables:
|
||||||
|
DEBIAN_FRONTEND: noninteractive
|
||||||
image:
|
image:
|
||||||
name: ubuntu:latest
|
name: ubuntu:latest
|
||||||
before_script:
|
before_script:
|
||||||
- apt update && apt install ansible python3-pip -y
|
- apt update && apt install tzdata ansible python3-pip -y
|
||||||
- pip install kubernetes
|
- pip install kubernetes
|
||||||
- ansible-galaxy collection install kubernetes.core
|
- ansible-galaxy collection install kubernetes.core
|
||||||
- echo $kubeconfig > config
|
- echo $kubeconfig > config
|
||||||
|
|||||||
Reference in New Issue
Block a user