diff --git a/tasks/requirements_and_deprecated.yml b/tasks/requirements_and_deprecated.yml index e5fbb574..a5bf1c23 100644 --- a/tasks/requirements_and_deprecated.yml +++ b/tasks/requirements_and_deprecated.yml @@ -107,7 +107,7 @@ assert: that: - options | type_debug == 'list' - - options | select('match', option_blacklist_regex) | length == 0 + - options | select('match', option_blacklist_regex) | list | length == 0 quiet: true fail_msg: - nexus_custom_jvm_settings must be list