Skip to content

Commit

Permalink
Silent the assertion in sushy_emulator
Browse files Browse the repository at this point in the history
The output is really huge, and I'm not really sure it provides useful
information as-is.
  • Loading branch information
cjeanner committed May 23, 2024
1 parent 2b380d8 commit 0cfb2c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions roles/sushy_emulator/tasks/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@
- name: Verify baremetal VM power status
when: _sushy_emulator_content_system != 'All items skipped'
ansible.builtin.assert:
quiet: true
that:
- item.json.PowerState is defined
loop: "{{ _sushy_emulator_content_system.results }}"
loop_control:
label: "{{ item.json.Name }}"

0 comments on commit 0cfb2c6

Please sign in to comment.