env
This commit is contained in:
parent
beab8fedc6
commit
d799507b6c
1 changed files with 3 additions and 3 deletions
|
|
@ -107,9 +107,9 @@ jobs:
|
||||||
# Provide VMIDs and names, overriding group_vars if desired.
|
# Provide VMIDs and names, overriding group_vars if desired.
|
||||||
# These will be passed as `--extra-vars` to Ansible.
|
# These will be passed as `--extra-vars` to Ansible.
|
||||||
ANSIBLE_EXTRA_VARS: >-
|
ANSIBLE_EXTRA_VARS: >-
|
||||||
backup_template_vmid={{ env.TEMPLATE_VMID | default('9001') }}
|
backup_template_vmid=${{ env.TEMPLATE_VMID | default('9001') }}
|
||||||
latest_template_vmid={{ env.LATEST_TEMPLATE_VMID | default('9000') }}
|
latest_template_vmid=${{ env.LATEST_TEMPLATE_VMID | default('9000') }}
|
||||||
version={{ steps.version.outputs.tag_name }}
|
version=${{ steps.version.outputs.tag_name }}
|
||||||
|
|
||||||
- name: Extract flake metadata
|
- name: Extract flake metadata
|
||||||
id: meta
|
id: meta
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue