Skip to content
Snippets Groups Projects
Commit 700d2b73 authored by Rafael Guterres Jeffman's avatar Rafael Guterres Jeffman
Browse files

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.
parent 90e8098b
Branches
Tags
No related merge requests found
...@@ -38,3 +38,4 @@ jobs: ...@@ -38,3 +38,4 @@ jobs:
parameters: parameters:
build_number: ${{ parameters.build_number }} build_number: ${{ parameters.build_number }}
scenario: ${{ parameters.scenario }} scenario: ${{ parameters.scenario }}
ansible_version: ${{ parameters.ansible_version }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment