fixing some copy-pasta error in host var names

This commit is contained in:
Tim Flink 2015-09-10 04:24:41 +00:00
parent de5d362acb
commit 67d25c20d3

View file

@ -76,5 +76,5 @@ testdays_endpoint: 'testdays'
testdays_db_name: testdays
testdays_db_user: "{{ testdays_testdays_db_user }}"
testdays_db_user: "{{ testdays_testdays_db_password }}"
testdays_db_password: "{{ testdays_testdays_db_password }}"
testdays_secret_key: "{{ testdays_testdays_secretkey }}"