diff options
Diffstat (limited to 'tasks/routes.yml')
-rw-r--r-- | tasks/routes.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tasks/routes.yml b/tasks/routes.yml index bbcdb76..d4d912f 100644 --- a/tasks/routes.yml +++ b/tasks/routes.yml | |||
@@ -28,3 +28,4 @@ | |||
28 | apikey: "{{ kong_app_admin_apikey }}" | 28 | apikey: "{{ kong_app_admin_apikey }}" |
29 | status_code: 204 | 29 | status_code: 204 |
30 | with_items: "{{ kong_app_service_routes_check.json.data }}" | 30 | with_items: "{{ kong_app_service_routes_check.json.data }}" |
31 | when: not kong_app_service_routes_check|skipped | ||