File tree Expand file tree Collapse file tree 1 file changed +20
-9
lines changed
provisioner/workshop_specific Expand file tree Collapse file tree 1 file changed +20
-9
lines changed Original file line number Diff line number Diff line change 268268 execution_environment : auto_satellite controller iac execution environment
269269 controller_execution_environments :
270270 - name : auto_satellite controller iac execution environment
271- image : quay.io/s4v0/ee-automated-smart-mgmt- aap2-dev:latest
271+ image : quay.io/s4v0/ee-automated-satellite- aap2:2.0.0
272272 tasks :
273- - name : Deploy controller-infra workloads
274- include_role :
275- name : " {{ controller_infra_vars }}"
276- loop : " {{ controller_infra_workloads }}"
277- loop_control :
278- loop_var : controller_infra_vars
279- when :
280- - controller_infra_workloads | d("") | length >0
273+ - name : Deploy controller-infra workloads block
274+ block :
275+ - name : Deploy controller-infra workloads
276+ include_role :
277+ name : " {{ controller_infra_vars }}"
278+ loop : " {{ controller_infra_workloads }}"
279+ loop_control :
280+ loop_var : controller_infra_vars
281+ when :
282+ - controller_infra_workloads | d("") | length >0
283+ rescue :
284+ - name : Deploy controller-infra workloads
285+ include_role :
286+ name : " {{ controller_infra_vars }}"
287+ loop : " {{ controller_infra_workloads }}"
288+ loop_control :
289+ loop_var : controller_infra_vars
290+ when :
291+ - controller_infra_workloads | d("") | length >0
281292
282293- name : Final workshop preparations
283294 hosts : control_nodes
You can’t perform that action at this time.
0 commit comments