File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
roles/icinga2/tasks/features Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1+ bugfixes :
2+ - " Fix quoting of password within mysql command for IDO database schema import."
Original file line number Diff line number Diff line change 3333 {% if icinga2_dict_features.idomysql.ssl_cipher is defined %} --ssl-cipher "{{ icinga2_dict_features.idomysql.ssl_cipher }}" {%- endif %}
3434 {% if icinga2_dict_features.idomysql.extra_options is defined %} {{ icinga2_dict_features.idomysql.extra_options }} {%- endif %}
3535 -u "{{ icinga2_dict_features.idomysql.user | default('icinga2') }}"
36- -p{{ icinga2_dict_features.idomysql.password | quote }}"
36+ -p{{ icinga2_dict_features.idomysql.password | quote }}
3737 "{{ icinga2_dict_features.idomysql.database | default('icinga2') }}"
3838
3939 - name : MySQL check for IDO schema
You can’t perform that action at this time.
0 commit comments