Skip to content

ci: install ansible via requirements.txt from its repository

Huste, Tobias requested to merge update-ansible into master

Currently, the version of Ansible was specified in .gitlab-ci.yml. Once Ansible needed to be upgraded, also the .gitlab-ci.yml needed to be changed.

This MR installs the requirements via requirements.txt from the ansible-rodare project.

Merge request reports