From 153aa57dfc818b522a15e813381fe4a3e6dfee57 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 20 Feb 2015 15:00:22 +0000 Subject: [PATCH] Fix incorrect path with totpcgi in prod --- roles/totpcgi/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/totpcgi/tasks/main.yml b/roles/totpcgi/tasks/main.yml index 38872a4f76..a148ada54f 100644 --- a/roles/totpcgi/tasks/main.yml +++ b/roles/totpcgi/tasks/main.yml @@ -50,7 +50,7 @@ owner=fas group=fas mode=0400 with_items: - {file: 2fa-certs/keys/fas-all.phx2.fedoraproject.org.crt, dest: /etc/pki/totpcgi/totpcgi-server.crt } - - {file: 2fa-certs/keys/fas-all.phx2.fedoraproject.org.key, dest: /etc/pki/totpcgi/private/totpcgi-server.key } + - {file: 2fa-certs/keys/fas-all.phx2.fedoraproject.org.key, dest: /etc/pki/totpcgi/totpcgi-server.key } - {file: 2fa-certs/keys/ca.crt, dest: /etc/pki/totpcgi/totpcgi-ca.crt } when: master_fas_node == True and not '.stg.' in inventory_hostname tags: