diff options
author | Tim Flink <tflink@fedoraproject.org> | 2015-09-16 16:40:25 +0000 |
---|---|---|
committer | Tim Flink <tflink@fedoraproject.org> | 2015-09-16 16:40:33 +0000 |
commit | 9c7c61ede823d31b695528e7fd7b79671317a69d (patch) | |
tree | 03c73c734a61f8d66a2d8d1935ed417a79aad0e9 | |
parent | 9ae17292a6f8d92b9f1d9235a2b08aa6ff6ba861 (diff) | |
download | ansible-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.org | 2 |
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 }}" |