mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-24 22:46:06 -03:30
Removes Ansible reinstall from pipeline (#10032)
This commit is contained in:
@@ -39,10 +39,6 @@ variables:
|
||||
|
||||
before_script:
|
||||
- ./tests/scripts/rebase.sh
|
||||
- update-alternatives --install /usr/bin/python python /usr/bin/python3 1
|
||||
- python -m pip uninstall -y ansible ansible-base ansible-core
|
||||
- python -m pip install -r tests/requirements.txt
|
||||
- ansible-galaxy install -r tests/requirements.yml
|
||||
- mkdir -p /.ssh
|
||||
|
||||
.job: &job
|
||||
|
||||
Reference in New Issue
Block a user