File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 2323 __gitlab_registry_config : " {{ item.registry }}"
2424 when : " item.registry is defined"
2525 loop : " {{ gitlab_additional_configurations }}"
26+ no_log : " {{ gitlab_hide_sensitive_changes }}"
2627
2728- name : " Check if database key is defined in registry"
2829 ansible.builtin.set_fact :
Original file line number Diff line number Diff line change 3131 ansible.builtin.set_fact :
3232 __gitaly_item : " {{ item.gitaly }}"
3333 with_items : " {{ gitlab_additional_configurations }}"
34+ no_log : " {{ gitlab_hide_sensitive_changes }}"
3435
3536 - name : " Check if gitaly['configuration'] is present"
3637 when :
3940 ansible.builtin.set_fact :
4041 __gitaly_configuration_exists : true
4142 with_items : " {{ __gitaly_item | default([]) }}"
43+ no_log : " {{ gitlab_hide_sensitive_changes }}"
4244
4345 - name : " Warn if gitaly['configuration'] is already present"
4446 when :
You can’t perform that action at this time.
0 commit comments