From f24caef55d12e89742500b2c657b7e7fb33fd5f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Duchaussois?= Date: Thu, 4 Apr 2019 10:57:56 +0200 Subject: get service id --- tasks/kong-app.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tasks/kong-app.yml') diff --git a/tasks/kong-app.yml b/tasks/kong-app.yml index 0d13b7f..23d32c3 100644 --- a/tasks/kong-app.yml +++ b/tasks/kong-app.yml @@ -28,8 +28,8 @@ register: kong_service_creation_st - name: set service id - set-fact: - kong_current_service_id: "{{ kong_service_creation_st.json.data.id }}" + set_fact: + kong_current_service_id: "{{ kong_service_creation_st.json.id }}" - name: Setup plugins import_tasks: plugins.yml -- cgit v1.2.3