Pass all variables.
This commit is contained in:
parent
d50237a72d
commit
1d3d5007fd
|
|
@ -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 %}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -75,7 +75,7 @@ distribution_version_mapping:
|
|||
all:
|
||||
- latest # 24
|
||||
- jammy # 22
|
||||
- focal # 22
|
||||
- focal # 20
|
||||
noble:
|
||||
- latest
|
||||
jammy:
|
||||
|
|
|
|||
Loading…
Reference in New Issue