File tree Expand file tree Collapse file tree
roles/test_operator/tasks Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 start_with : cifmw_test_operator_{{ _stage_vars.type }}
3636 when : item.key.startswith(start_with)
3737 ansible.builtin.set_fact :
38- stage_vars_dict : " {{ stage_vars_dict | combine({item.key: _stage_test_vars[item.key] | default(lookup('vars', item.key, default=omit))} ) }}"
38+ stage_vars_dict : " {{ stage_vars_dict | combine({item.key: _stage_test_vars[item.key] | default(lookup('vars', item.key, default=omit)) } ) }}"
3939
4040- name : Override specific type config
4141 vars :
4242 _stage_config : ' cifmw_test_operator_{{ _stage_vars.type }}_config'
4343 ansible.builtin.set_fact :
44- stage_vars_dict : " {{ stage_vars_dict | combine({_stage_config: _stage_test_vars[_stage_config] | default(lookup('vars', _stage_config, default=omit))} ) }}"
44+ stage_vars_dict : " {{ stage_vars_dict | combine({_stage_config: _stage_test_vars[_stage_config] | default(lookup('vars', _stage_config, default=omit)) } ) }}"
4545
4646- name : " Call runner {{ _stage_vars.type }}"
4747 ansible.builtin.include_tasks : " runners/{{ _stage_vars.type }}_runner.yml"
You can’t perform that action at this time.
0 commit comments