From: Gaƫtan Duchaussois Date: Mon, 23 Apr 2018 14:46:27 +0000 (+0200) Subject: disable log for plugin setup X-Git-Tag: v0.2^2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=7f2aabcb19464f2a55a2f7a62921b2de2c24f752;p=github%2Ffretlink%2Fansible-kong-app.git disable log for plugin setup --- diff --git a/tasks/plugins.yml b/tasks/plugins.yml index 3ae0fbe..4dd9137 100644 --- a/tasks/plugins.yml +++ b/tasks/plugins.yml @@ -26,3 +26,4 @@ current_body: "{{ (current_id_hash.id == '') | ternary({}, current_id_hash) }}" exists_plugin: "{{ current_id_hash.id == '' }}" when: not kong_app_service_plugins_check is skipped + no_log: true