From 0682b86504faf606b9017bc82bdbabd3af237db6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Duchaussois?= Date: Fri, 20 Apr 2018 15:00:52 +0200 Subject: fix deprecation warning --- tasks/plugins.yml | 2 +- tasks/routes.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/plugins.yml b/tasks/plugins.yml index c03bca7..f096d4b 100644 --- a/tasks/plugins.yml +++ b/tasks/plugins.yml @@ -25,4 +25,4 @@ id: "{{ current_config.id }}" current_body: "{{ (current_id_hash.id == '') | ternary({}, current_id_hash) }}" exists_plugin: "{{ current_id_hash.id == '' }}" - when: not kong_app_service_plugins_check|skipped + when: not kong_app_service_plugins_check is skipped 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 @@ apikey: "{{ kong_app_admin_apikey }}" status_code: 204 with_items: "{{ kong_app_service_routes_check.json.data }}" - when: not kong_app_service_routes_check|skipped + when: not kong_app_service_routes_check is skipped -- cgit v1.2.3