From: Paul Bonaud Date: Thu, 2 Jan 2020 13:08:23 +0000 (+0100) Subject: tests: fix variables in the test playbook X-Git-Tag: v0.30^2~1 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=8dd292407aa6ab7879807120d5824993013e2eba;p=github%2Ffretlink%2Fansible-kong-app.git tests: fix variables in the test playbook --- diff --git a/tests/test.yml b/tests/test.yml index 490c967..36c81a2 100644 --- a/tests/test.yml +++ b/tests/test.yml @@ -3,9 +3,10 @@ remote_user: root roles: - role: ansible-kong-app - kong_servers: - - kong_app_admin_url: http://127.0.0.1:8000 - kong_app_admin_apikey: "" - services: - - url: http://example.com - name: test + vars: + kong_servers: + - kong_app_admin_url: http://127.0.0.1:8000 + kong_app_admin_apikey: "" + services: + - url: http://example.com + name: test