]> git.immae.eu Git - github/fretlink/ansible-kong-app.git/blobdiff - tasks/upstream.yml
target might be marked as absent if unhealthy
[github/fretlink/ansible-kong-app.git] / tasks / upstream.yml
index e944c82a13a53057f3e90aa102773fef28ec0914..43c1baf905660e75b1a3779ac695ed37b95161c6 100644 (file)
@@ -50,6 +50,6 @@
     method: DELETE
     headers:
       apikey: "{{ server.kong_app_admin_apikey }}"
-    status_code: 204
+    status_code: 204,404
   with_items: "{{ kong_app_service_targets_check.json.data }}"
   when: not kong_app_service_targets_check is skipped