Correct this to use the right variable

This commit is contained in:
Patrick Uiterwijk 2014-02-09 20:32:20 +00:00
parent cbe4eb0e1c
commit cfe9665a68

View file

@ -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