image: 'python3' stages: - deploy deploy-job: stage: deploy script: - echo "Deploying application..." - echo "Application successfully deployed." - pip install 'ansible<2.10' - ansible --version