Skip to content

Commit d821883

Browse files
hjensasopenshift-merge-bot[bot]
authored andcommitted
Fix create-infra.yml sushy-emulator
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.
1 parent 49034ad commit d821883

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

create-infra.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@
108108
- name: Bootstrap sushy-emulator (RedFish Virtual BMC) on controller-0
109109
when:
110110
- "'controllers' in groups"
111-
- "'controllers' in group_names"
112111
- cifmw_use_sushy_emulator | default(false) | bool
113112
delegate_to: controller-0
114113
become: true

0 commit comments

Comments
 (0)