versions
This commit is contained in:
parent
d799507b6c
commit
840c1ad956
2 changed files with 2 additions and 32 deletions
|
|
@ -104,12 +104,7 @@ jobs:
|
|||
# Execute the script, passing necessary environment variables
|
||||
bash scripts/run_ansible_ci.sh
|
||||
env:
|
||||
# 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 }}
|
||||
IMAGE_VERSION: ${{ steps.version.outputs.tag_name }}
|
||||
|
||||
- name: Extract flake metadata
|
||||
id: meta
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue