diff options
-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 | ||