From cfe9665a689eb05a879c1bdb90e7be3b27f94db0 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Sun, 9 Feb 2014 20:32:20 +0000 Subject: [PATCH] Correct this to use the right variable --- roles/fedoauth/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/fedoauth/tasks/main.yml b/roles/fedoauth/tasks/main.yml index 58723fcf7d..5cbcf90202 100644 --- a/roles/fedoauth/tasks/main.yml +++ b/roles/fedoauth/tasks/main.yml @@ -38,11 +38,11 @@ - restart apache - name: copy fedoauth private key - copy: src={{ private_files }}/fedoauth/persona.key + copy: src={{ private }}/files/fedoauth/persona.key when: env != "staging" - name: copy fedoauth STG private key - copy: src={{ private_files }}/fedoauth/persona.stg.key + copy: src={{ private }}/files/fedoauth/persona.stg.key when: env == "staging" - name: create the database scheme