Skip to content

Commit

Permalink
fix(ansible): typo
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <36732377+glimchb@users.noreply.github.com>
  • Loading branch information
glimchb authored May 26, 2024
1 parent 5cc4b3f commit a5460f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lab/ansible/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
imc_version: 1.4.0.8469
imc_local_file: /root/intel-ipu-pldm-image-{{ imc_version }}.tar.gz
imc_remote_file: /work/intel-ipu-pldm-image-{{ imc_version }}/intel-ipu-pldm-{{ imc_version }}.bin
acc_version: {{ imc_version }}
acc_version: "{{ imc_version }}"
acc_local_file: /root/intel-ipu-acc-eval-image-{{ acc_version }}.tar.gz
acc_remote_file: /work/intel-ipu-acc-eval-image-{{ acc_version }}/ACC/OS/acc-os-kernel.bin
ansible_remote_tmp: /tmp
Expand Down

0 comments on commit a5460f7

Please sign in to comment.