Files @ 693d6960b1a0
Branch filter:

Location: majic-ansible-roles/roles/web_server/templates/tls.conf.j2

branko
MAR-148: Fix test for the common role:

- Do some additional stripping on command outputs to get rid of extra
new lines.
ssl_protocols {{ web_server_tls_protocols | join(" ") }};
ssl_ciphers {{ web_server_tls_ciphers }};