This commit is contained in:
plasmagoat 2025-06-09 22:58:58 +02:00
parent beab8fedc6
commit d799507b6c

View file

@ -107,9 +107,9 @@ jobs:
# Provide VMIDs and names, overriding group_vars if desired.
# These will be passed as `--extra-vars` to Ansible.
ANSIBLE_EXTRA_VARS: >-
backup_template_vmid={{ env.TEMPLATE_VMID | default('9001') }}
latest_template_vmid={{ env.LATEST_TEMPLATE_VMID | default('9000') }}
version={{ steps.version.outputs.tag_name }}
backup_template_vmid=${{ env.TEMPLATE_VMID | default('9001') }}
latest_template_vmid=${{ env.LATEST_TEMPLATE_VMID | default('9000') }}
version=${{ steps.version.outputs.tag_name }}
- name: Extract flake metadata
id: meta