Skip to content

Commit

Permalink
fix(ansible): comment
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <[email protected]>
  • Loading branch information
glimchb authored May 25, 2024
1 parent e9eeb4a commit a7e2e2d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lab/ansible/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,9 @@
block:
- ansible.builtin.shell: /usr/bin/ipu-update -i {{ imc_remote_file }}
when: imc_remote_file_check.stat.exists


# TODO: remove echo below

- ansible.builtin.shell: echo /usr/bin/ipu-update -u {{ imc_remote_file }}
when: not imc_version in result.stdout

Expand Down

0 comments on commit a7e2e2d

Please sign in to comment.