frigging..

This commit is contained in:
plasmagoat 2025-06-09 01:38:07 +02:00
parent efbdfc0630
commit 8a6395faf2

View file

@ -96,9 +96,9 @@ jobs:
- name: Run Proxmox Image Deployment
run: |
chmod +x ./scripts/run_ansible_ci.sh
chmod +x scripts/run_ansible_ci.sh
# Execute the script, passing necessary environment variables
./scripts/run_ansible_ci.sh
scripts/run_ansible_ci.sh
env:
# These are passed directly to the `run_ansible_ci.sh` script,
# which then uses them to construct Ansible's --extra-vars.