Update .gitlab-ci.yml, main.yml

This commit is contained in:
2022-09-26 14:40:56 +00:00
parent 6de6677886
commit cb962f1c28
2 changed files with 6 additions and 6 deletions

View File

@@ -77,7 +77,7 @@ ansible:
- pip install kubernetes
- ansible-galaxy collection install kubernetes.core
- cat $kubeconfig > config
- cat $kubeseal > kubeseal.yaml
- cat $kubeseal > kubeseal.key
script:
- ansible-playbook $CI_PROJECT_DIR/main.yml
needs: