You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the tests use Ansible from the local host to run tests on the host specified in the inventory. The CI runner uses Fedora 32 for this. To test that the role also works with the Ansible/python libraries such as Jinja2 on the other distributions.
Possible solution:
Copy role with tests to the target host (maybe standard-test-roles can help here)
install Ansible there (maybe even from git with multiple versions)
run the tests against localhost (this might need some fixes so that all tests can run after each other
do this for certain distributions: Probably CentOS 7 and CentOS 8 and maybe Fedora
The text was updated successfully, but these errors were encountered:
Currently, the tests use Ansible from the local host to run tests on the host specified in the inventory. The CI runner uses Fedora 32 for this. To test that the role also works with the Ansible/python libraries such as Jinja2 on the other distributions.
Possible solution:
The text was updated successfully, but these errors were encountered: