From 67d25c20d3262d4ab2c0ddaa5f978d3930308951 Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Thu, 10 Sep 2015 04:24:41 +0000 Subject: [PATCH] fixing some copy-pasta error in host var names --- inventory/host_vars/testdays.fedorainfracloud.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/host_vars/testdays.fedorainfracloud.org b/inventory/host_vars/testdays.fedorainfracloud.org index 101b22b72e..f5654a828c 100644 --- a/inventory/host_vars/testdays.fedorainfracloud.org +++ b/inventory/host_vars/testdays.fedorainfracloud.org @@ -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 }}"