frigging..
This commit is contained in:
parent
efbdfc0630
commit
8a6395faf2
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue