Removes Ansible reinstall from pipeline (#10032)

This commit is contained in:
Luke Simmons
2023-08-14 14:11:21 +02:00
committed by GitHub
parent 3b68d63643
commit 1955943d4a
8 changed files with 1 additions and 25 deletions

View File

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