fix: set ssl certs for saml endpoint

This commit is contained in:
Robert Kaussow 2024-03-26 11:46:54 +01:00
parent 8c4bae86c2
commit e407a750e4
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,8 @@
loop:
- { path: apache2/ssl/certificate, value: "{{ ucs_tls_certs_dir }}/ucs.pem" }
- { path: apache2/ssl/key, value: "{{ ucs_tls_key_dir }}/ucs.pem" }
- { path: saml/apache2/ssl/certificate, value: "{{ ucs_tls_certs_dir }}/ucs.pem" }
- { path: saml/apache2/ssl/key, value: "{{ ucs_tls_key_dir }}/ucs.pem" }
loop_control:
label: "variable: {{ item.path }}={{ item.value }}"
notify: __ucs_apache_restart