Skip to content

Commit

Permalink
fix(ansible): better place for line
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 29, 2024
1 parent ba1d181 commit c0d0f01
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 @@ -304,6 +304,7 @@
bfb_url: https://content.mellanox.com/BlueField/BFBs/Ubuntu22.04/{{ bfb_local_file | basename }}
tasks:
- ansible.builtin.shell: lspci | grep BlueField
- ansible.builtin.service: name=rshim enabled=yes state=started
- ansible.builtin.shell: cat /dev/rshim0/misc

- name: Check if firmware image exists locally {{ bfb_local_file }}
Expand All @@ -316,7 +317,6 @@

- ansible.builtin.debug: var=bfb_local_file
- ansible.builtin.debug: var=hostvars.bf2.bf_version
- ansible.builtin.service: name=rshim enabled=yes state=started

# TODO: handle password

Expand Down

0 comments on commit c0d0f01

Please sign in to comment.