diff options
author | Gaƫtan <36162164+gaetanfl@users.noreply.github.com> | 2018-04-23 16:49:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-23 16:49:40 +0200 |
commit | 72627c8c7454feb4ee38f2d3eddd4cfcabb9a2d4 (patch) | |
tree | 21844b1ee947d53130620ef5584a5cbb2403593b /tasks | |
parent | 208d503983ba44c64f92c20e8d062905a2ac47f5 (diff) | |
parent | 7f2aabcb19464f2a55a2f7a62921b2de2c24f752 (diff) | |
download | ansible-kong-app-72627c8c7454feb4ee38f2d3eddd4cfcabb9a2d4.tar.gz ansible-kong-app-72627c8c7454feb4ee38f2d3eddd4cfcabb9a2d4.tar.zst ansible-kong-app-72627c8c7454feb4ee38f2d3eddd4cfcabb9a2d4.zip |
Merge pull request #2 from gaetanfl/hide_credentials_pluginsv0.2
disable log for plugin setup
Diffstat (limited to 'tasks')
-rw-r--r-- | tasks/plugins.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ | |||
26 | current_body: "{{ (current_id_hash.id == '') | ternary({}, current_id_hash) }}" | 26 | current_body: "{{ (current_id_hash.id == '') | ternary({}, current_id_hash) }}" |
27 | exists_plugin: "{{ current_id_hash.id == '' }}" | 27 | exists_plugin: "{{ current_id_hash.id == '' }}" |
28 | when: not kong_app_service_plugins_check is skipped | 28 | when: not kong_app_service_plugins_check is skipped |
29 | no_log: true | ||