]> git.immae.eu Git - github/fretlink/ansible-kong-app.git/commitdiff
target might be marked as absent if unhealthy
authorGaëtan Duchaussois <gaetan.duchaussois@fretlink.com>
Tue, 15 May 2018 14:43:03 +0000 (16:43 +0200)
committerGaëtan Duchaussois <gaetan.duchaussois@fretlink.com>
Tue, 15 May 2018 14:43:03 +0000 (16:43 +0200)
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