diff --git a/tasks/tls.yml b/tasks/tls.yml index 2c2f8d2..b660305 100644 --- a/tasks/tls.yml +++ b/tasks/tls.yml @@ -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