From 252a4e7b6da945bedd50fe40b51720b8c9ee59b6 Mon Sep 17 00:00:00 2001 From: Zachary Seguin Date: Fri, 13 Apr 2018 18:56:50 -0400 Subject: [PATCH] Correct destination path of the GlobalSign intermediate cert --- roles/csc-auth/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/csc-auth/tasks/main.yml b/roles/csc-auth/tasks/main.yml index aceb602..aaf8258 100644 --- a/roles/csc-auth/tasks/main.yml +++ b/roles/csc-auth/tasks/main.yml @@ -72,7 +72,7 @@ - src: k5login dest: /root/.k5login - src: GlobalSign_Intermediate_Root_SHA256_G2.pem - dest: /etc/ssl/certs/GlobalSign_Intermediate_Root_SHA256_G2 + dest: /etc/ssl/certs/GlobalSign_Intermediate_Root_SHA256_G2.pem - name: Copy user scripts copy: