Correct this to use the right variable
This commit is contained in:
parent
cbe4eb0e1c
commit
cfe9665a68
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue