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:
Rafael Guterres Jeffman
2021-11-26 10:17:18 -03:00
parent 90e8098bf4
commit 700d2b7335

View File

@@ -38,3 +38,4 @@ jobs:
parameters:
build_number: ${{ parameters.build_number }}
scenario: ${{ parameters.scenario }}
ansible_version: ${{ parameters.ansible_version }}