aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--tasks/upstream.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/upstream.yml b/tasks/upstream.yml
index 47f2e89..6aab617 100644
--- a/tasks/upstream.yml
+++ b/tasks/upstream.yml
@@ -29,7 +29,7 @@
29 headers: 29 headers:
30 apikey: "{{ server.kong_app_admin_apikey }}" 30 apikey: "{{ server.kong_app_admin_apikey }}"
31 Content-Type: application/json 31 Content-Type: application/json
32 status_code: 201 32 status_code: 200,201
33 with_items: "{{ upstream.targets | default([]) }}" 33 with_items: "{{ upstream.targets | default([]) }}"
34 loop_control: 34 loop_control:
35 loop_var: target 35 loop_var: target