diff --git a/roles/sso/tasks/main.yml b/roles/sso/tasks/main.yml index b6471ee..62f3ab4 100644 --- a/roles/sso/tasks/main.yml +++ b/roles/sso/tasks/main.yml @@ -88,7 +88,7 @@ command: creates=cacert.pem keytool -exportcert -alias ssl -keypass "{{ sso_keystore_password }}" -storepass "{{ sso_keystore_password }}" -keystore keystore.jks -file cacert.pem -rfc - name: Convert the CA Cert to a JSON String to be used in a JSON Patch - command: 'perl -pe ''chomp; print "\\n"'' cacert.pem' + command: 'perl -pe ''chomp; s/\r//g; print "\\n"'' cacert.pem' register: cacert - name: Update the secure route to use "reencrypt" instead of "passthrough"