diff options
author | Paul Bonaud <paul.bonaud@fretlink.com> | 2020-01-02 14:08:23 +0100 |
---|---|---|
committer | Paul Bonaud <paul.bonaud@fretlink.com> | 2020-01-02 15:41:43 +0100 |
commit | 8dd292407aa6ab7879807120d5824993013e2eba (patch) | |
tree | 16d4ca8aef63761f35178e618c870bc652b276cc | |
parent | c3564f4773ec33b4d64bad5aeebe1f51c08c6d76 (diff) | |
download | ansible-kong-app-8dd292407aa6ab7879807120d5824993013e2eba.tar.gz ansible-kong-app-8dd292407aa6ab7879807120d5824993013e2eba.tar.zst ansible-kong-app-8dd292407aa6ab7879807120d5824993013e2eba.zip |
tests: fix variables in the test playbook
-rw-r--r-- | tests/test.yml | 13 |
1 files changed, 7 insertions, 6 deletions
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 @@ | |||
3 | remote_user: root | 3 | remote_user: root |
4 | roles: | 4 | roles: |
5 | - role: ansible-kong-app | 5 | - role: ansible-kong-app |
6 | kong_servers: | 6 | vars: |
7 | - kong_app_admin_url: http://127.0.0.1:8000 | 7 | kong_servers: |
8 | kong_app_admin_apikey: "" | 8 | - kong_app_admin_url: http://127.0.0.1:8000 |
9 | services: | 9 | kong_app_admin_apikey: "" |
10 | - url: http://example.com | 10 | services: |
11 | name: test | 11 | - url: http://example.com |
12 | name: test | ||