File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
roles/icinga2/tasks/features Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ bugfixes :
3+ - " icinga2 feature api: fixed missing quotes in delegate ticket command for satellites or second master nodes."
Original file line number Diff line number Diff line change 136136 {% if icinga2_ca_host != 'none' %} --cert "{{ icinga2_cert_path }}/{{ icinga2_cert_name }}.crt" {% else %} --csr "{{ icinga2_cert_path }}/{{ icinga2_cert_name }}.csr" {%- endif %}
137137
138138 - name : delegate ticket request to master
139- shell : icinga2 pki ticket --cn "{{ icinga2_cert_name }}{% if icinga2_ticket_salt is defined %} --salt {{ icinga2_ticket_salt }}{% endif %}"
139+ shell : icinga2 pki ticket --cn "{{ icinga2_cert_name }}" {% if icinga2_ticket_salt is defined %} --salt " {{ icinga2_ticket_salt }}" {% endif %}
140140 delegate_to : " {{ icinga2_delegate_host | default(icinga2_ca_host) }}"
141141 register : icinga2_ticket
142142 when : icinga2_ca_host != 'none'
You can’t perform that action at this time.
0 commit comments