diff options
Diffstat (limited to 'tasks/routes.yml')
-rw-r--r-- | tasks/routes.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/routes.yml b/tasks/routes.yml index d4d912f..4581e8c 100644 --- a/tasks/routes.yml +++ b/tasks/routes.yml | |||
@@ -28,4 +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 | 31 | when: not kong_app_service_routes_check is skipped |