mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-06 13:23:14 +00:00
upstrem CI: Fix Ansible version in pytest playbooks.
When using group_tests, the pytest playbook was not receiving the Ansible version to use, executing always with the latest available version. This patch fixes the behavior by passing the Ansible version to use for tests to pytest_tests playbook.
This commit is contained in:
@@ -38,3 +38,4 @@ jobs:
|
||||
parameters:
|
||||
build_number: ${{ parameters.build_number }}
|
||||
scenario: ${{ parameters.scenario }}
|
||||
ansible_version: ${{ parameters.ansible_version }}
|
||||
|
||||
Reference in New Issue
Block a user