File tree Expand file tree Collapse file tree
ansible-automation-platform-operator Expand file tree Collapse file tree Load Diff This file was deleted.
Load Diff This file was deleted.
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-
2216 environment :
2317 KUBECONFIG : " {{ workingDir }}/ocp-cluster/auth/kubeconfig"
You can’t perform that action at this time.
0 commit comments