avocado-framework / avocado

Avocado is a set of tools and libraries to help with automated testing. One can call it a test framework with benefits. Native tests are written in Python and they follow the unittest pattern, but any executable can serve as a test.
https://avocado-framework.github.io/
Other
345 stars 343 forks source link

Deployment test: update to Fedora 40 and matching ansible #6003

Closed clebergnu closed 3 months ago

clebergnu commented 3 months ago

The COPR repos are building for the active Fedora, so let's bump that to version 40. While at it, we will be using a version of ansible that has deprecated the "include" tag. The error one gets is:

ERROR! [DEPRECATED]: ansible.builtin.include has been removed. Use include_tasks or import_tasks instead. This feature was removed from ansible-core in a release after 2023-05-16. Please update your playbooks.

This updates the playbook to work properly under the matching ansible version.