Pass all variables.

This commit is contained in:
Robert de Bock 2024-08-30 14:35:56 +02:00
parent d50237a72d
commit 1d3d5007fd
3 changed files with 3 additions and 2 deletions

View File

@ -68,6 +68,7 @@ jobs:
tag: {% raw %}${{ matrix.config.tag }}{% endraw %}
{% if github_variables_mapping is defined %}
{% for item in github_variables_mapping %}
{{ item.variable }}: {% raw %}${{ {%endraw %}{{ item.name }} {% raw %}}}{% endraw %}
{% endfor %}

View File

@ -11,7 +11,7 @@ setenv =
ANSIBLE_FORCE_COLOR=1
ANSIBLE_ROLES_PATH=../
passenv = namespace, image, tag, DOCKER_HOST
passenv = *
# Test supported releases of ansible-core. See:
# https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html#ansible-core-support-matrix

View File

@ -75,7 +75,7 @@ distribution_version_mapping:
all:
- latest # 24
- jammy # 22
- focal # 22
- focal # 20
noble:
- latest
jammy: