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 we use the most recent Ansible version to run our tests. But our collection supports also older Ansible releases. To make sure we stay compatible, we need to add tests for the older Ansible versions. Since we already have a lot of tests, we should keep this to a minimum.
Solution
We have no clear solution to this.
Alternatives
Running our Playbooks without executing them against a specific host should cover a lot of possible issues. So using ansible-lint or something similar pinned to a specific Ansible version in a matrix build could be a good way to do this.
Additional information
No response
The text was updated successfully, but these errors were encountered:
Description
Currently we use the most recent Ansible version to run our tests. But our collection supports also older Ansible releases. To make sure we stay compatible, we need to add tests for the older Ansible versions. Since we already have a lot of tests, we should keep this to a minimum.
Solution
We have no clear solution to this.
Alternatives
Running our Playbooks without executing them against a specific host should cover a lot of possible issues. So using
ansible-lint
or something similar pinned to a specific Ansible version in a matrix build could be a good way to do this.Additional information
No response
The text was updated successfully, but these errors were encountered: