]> git.immae.eu Git - github/fretlink/ansible-kong-app.git/commitdiff
fix deprecation warning
authorGaëtan Duchaussois <gaetan.duchaussois@fretlink.com>
Fri, 20 Apr 2018 13:00:52 +0000 (15:00 +0200)
committerGaëtan Duchaussois <gaetan.duchaussois@fretlink.com>
Fri, 20 Apr 2018 13:00:52 +0000 (15:00 +0200)
tasks/plugins.yml
tasks/routes.yml

index c03bca740a4ae36789b9163f008a6f754e50d14d..f096d4b717ff0c8cfafb1f60e5ec7af606d1d7ab 100644 (file)
@@ -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
index d4d912fdbd24b3ed1d1ac447f5066c934cba77ae..4581e8c131e3cccf6db45beab0d1092e015893f7 100644 (file)
@@ -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