File tree Expand file tree Collapse file tree
operators/metallb-operator Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ - ansible.builtin.debug :
3+ msg : " Operator configured properly, no further actions"
Original file line number Diff line number Diff line change 105105 - r_csv.resources[0].status.phase is defined
106106 - r_csv.resources[0].status.phase | length > 0
107107 - r_csv.resources[0].status.phase == "Succeeded"
108-
109-
110- - name : Include specific tasks for the operator
111- ansible.builtin.include_tasks : " {{ item }}"
112- with_first_found :
113- - files :
114- - " ../../operators/{{ operator.name }}/tasks.yaml"
115- skip : true
Original file line number Diff line number Diff line change 1313 loop_control :
1414 loop_var : operator
1515
16+ - name : Include specific tasks for the operators
17+ ansible.builtin.include_tasks : " ../../operators/{{ operator.name }}/tasks.yaml"
18+ loop : " {{ [storage_operators[blockStorageBackend]] + operators }}"
19+ loop_control :
20+ loop_var : operator
21+
1622 environment :
1723 KUBECONFIG : " {{ workingDir }}/ocp-cluster/auth/kubeconfig"
You can’t perform that action at this time.
0 commit comments