diff options
Diffstat (limited to 'tasks')
-rw-r--r-- | tasks/upstream.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/upstream.yml b/tasks/upstream.yml index e944c82..43c1baf 100644 --- a/tasks/upstream.yml +++ b/tasks/upstream.yml | |||
@@ -50,6 +50,6 @@ | |||
50 | method: DELETE | 50 | method: DELETE |
51 | headers: | 51 | headers: |
52 | apikey: "{{ server.kong_app_admin_apikey }}" | 52 | apikey: "{{ server.kong_app_admin_apikey }}" |
53 | status_code: 204 | 53 | status_code: 204,404 |
54 | with_items: "{{ kong_app_service_targets_check.json.data }}" | 54 | with_items: "{{ kong_app_service_targets_check.json.data }}" |
55 | when: not kong_app_service_targets_check is skipped | 55 | when: not kong_app_service_targets_check is skipped |