aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--tasks/kong-app.yml4
1 files changed, 2 insertions, 2 deletions
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 @@
28 register: kong_service_creation_st 28 register: kong_service_creation_st
29 29
30- name: set service id 30- name: set service id
31 set-fact: 31 set_fact:
32 kong_current_service_id: "{{ kong_service_creation_st.json.data.id }}" 32 kong_current_service_id: "{{ kong_service_creation_st.json.id }}"
33 33
34- name: Setup plugins 34- name: Setup plugins
35 import_tasks: plugins.yml 35 import_tasks: plugins.yml