summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Flink <tflink@fedoraproject.org>2015-09-16 16:40:25 +0000
committerTim Flink <tflink@fedoraproject.org>2015-09-16 16:40:33 +0000
commit9c7c61ede823d31b695528e7fd7b79671317a69d (patch)
tree03c73c734a61f8d66a2d8d1935ed417a79aad0e9
parent9ae17292a6f8d92b9f1d9235a2b08aa6ff6ba861 (diff)
downloadansible-9c7c61ede823d31b695528e7fd7b79671317a69d.tar.gz
ansible-9c7c61ede823d31b695528e7fd7b79671317a69d.tar.xz
ansible-9c7c61ede823d31b695528e7fd7b79671317a69d.zip
move testdays app to root of host
-rw-r--r--inventory/host_vars/testdays.fedorainfracloud.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/inventory/host_vars/testdays.fedorainfracloud.org b/inventory/host_vars/testdays.fedorainfracloud.org
index f5654a828..cff58749f 100644
--- a/inventory/host_vars/testdays.fedorainfracloud.org
+++ b/inventory/host_vars/testdays.fedorainfracloud.org
@@ -72,7 +72,7 @@ resultsdb_fe_endpoint: "resultsdb"
testdays_db_host: "{{ public_ip }}"
testdays_db_port: 5432
-testdays_endpoint: 'testdays'
+testdays_endpoint: ''
testdays_db_name: testdays
testdays_db_user: "{{ testdays_testdays_db_user }}"