Skip to content

Commit

Permalink
Fix create-infra.yml sushy-emulator
Browse files Browse the repository at this point in the history
The condition: `controllers'' in group_names` cause it to always
skip the tasks to set up sushy-emulator.

  false_condition: '''controllers'' in group_names'
  skip_reason: Conditional result was False

Remove that part of the when condition for the block.
  • Loading branch information
hjensas authored and openshift-merge-bot[bot] committed Dec 9, 2024
1 parent 49034ad commit d821883
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion create-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@
- name: Bootstrap sushy-emulator (RedFish Virtual BMC) on controller-0
when:
- "'controllers' in groups"
- "'controllers' in group_names"
- cifmw_use_sushy_emulator | default(false) | bool
delegate_to: controller-0
become: true
Expand Down

0 comments on commit d821883

Please sign in to comment.