Skip to content

Upgrade ansible to 4.10.0 and remove ansible-core from requirements.txt

upgrade ansible to version 4.10.0, aligning it with the version used in our GitLab CI runner pipelines for other projects.

ansible-core is a dependency of ansible and is installed automatically when ansible is installed. This change simplifies the requirements file by removing unnecessary direct dependencies, ensuring a cleaner and more maintainable project setup.

Merge request reports

Loading